やってみる: Model Garden のデモ プレイグラウンドを使用してモデルの機能をテストする
Model Garden には、サポートされているモデルの公開デモ プレイグラウンドがホストされています。プレイグラウンドは、事前にデプロイされた Vertex AI オンライン予測エンドポイントを使用しています。
サポートされているモデルのモデルカードを開くと、[試す] パネルがカードに埋め込まれます。[試す] パネルでテキスト プロンプトを送信すると、モデルの機能を簡単にテストできます。[試す] パネルでは、温度や出力トークン数など、最も一般的なパラメータの設定も行えます。
サポートされているモデル
次のモデルにはデモ プレイグラウンドがあります。
プロバイダ | モデル |
---|---|
|
|
Meta |
|
IIT |
|
Mistral AI |
|
始める前に
このチュートリアルでは、Google Cloud プロジェクトを設定し、Vertex AI API を有効にする必要があります。
- Sign in to your Google Cloud account. If you're new to Google Cloud, create an account to evaluate how our products perform in real-world scenarios. New customers also get $300 in free credits to run, test, and deploy workloads.
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Make sure that billing is enabled for your Google Cloud project.
-
Enable the Vertex AI API.
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Make sure that billing is enabled for your Google Cloud project.
-
Enable the Vertex AI API.
Gemma 2 を試す
このクイックスタートでは、Gemma-2b-it
モデルを試します。-it
は「命令チューニング済み」を表します。
Google Cloud コンソールで、Gemma 2 モデルカードに移動します。
[試す] パネルで、次の操作を行います。
- [リージョン] で、デフォルトをそのまま使用するか、リージョンを選択します。
- [エンドポイント] で [デモ プレイグラウンド(無料)2b-it] を選択します。
- [プロンプト] ボックスに「
Why is the sky blue?
」と入力します。 [詳細オプション] セクションを開き、デフォルト パラメータを確認します。
[送信] をクリックします。出力は [送信] ボタンの下に表示されます。
クリーンアップ
このページで使用したリソースについて、Google Cloud アカウントに課金されないようにするには、次の手順を実施します。
プロジェクトを削除する
課金をなくす最も簡単な方法は、チュートリアル用に作成したプロジェクトを削除することです。
プロジェクトを削除するには:
- In the Google Cloud console, go to the Manage resources page.
- In the project list, select the project that you want to delete, and then click Delete.
- In the dialog, type the project ID, and then click Shut down to delete the project.
次のステップ
Model Garden の概要をご覧ください。