starcoder2-15b-instruct-v0.1
starcoder2-15b-instruct-v0.1はbigcodeによる15億パラメータのチャットモデルです(2024年4月23日リリース)。starcoder2-15b-instruct-v0.1 is an open-weights chat model with roughly 15 billion parameters.
by bigcode · 15Bパラメータ
得意な用途
osFoundryでのstarcoder2-15b-instruct-v0.1の使い方
ご自身のキーで接続(BYOK)
キーダイアログを開き、bigcodeのAPIキーを貼り付けるだけで、osFoundryがstarcoder2-15b-instruct-v0.1を自動的に検出します。パイプラインタブでMaestroのロール(router、direct、orchestrator、fallback)に割り当てれば、すべてのチャットですぐに利用できます。ご自身のキー・ご自身のプロバイダーアカウントで、トークン手数料は一切上乗せしません。
専用エンドポイントをデプロイ
starcoder2-15b-instruct-v0.1はオープンウェイトです。ローカルで無料で実行することも、ワークスペースに専用GPUエンドポイントをデプロイして、レート制限のない予約済み容量を確保することもできます。
Room Appで使う
Room Appはマニフェストで AI 機能を宣言し、invokeAIで呼び出します:
import { invokeAI } from '@osfoundry/app-sdk'
// 'summarize' is an AI feature declared in your app manifest.
const result = await invokeAI('summarize', userText)
ご自身のアプリから呼び出す
モデルをワークスペースに組み込めば、APIとしてホストして、osFoundryの外側にあるご自身のサービス・スクリプト・CIから呼び出すことができます。
starcoder2-15b-instruct-v0.1を動かせるハードウェア
starcoder2-15b-instruct-v0.1は16GBのコンシューマー向けGPU1枚で動作します(KVキャッシュの余裕を含めて約9 GBのVRAM)。フル精度推論はH100 80GB 1枚にFP16精度で収まります(約36 GB)。
starcoder2-15b-instruct-v0.1と類似モデルの比較
ライセンス
未指定 — ライセンス条件が明示されていません。商用利用の前に上流のモデルカードをご確認ください。
上流のドキュメントをご確認ください。
starcoder2-15b-instruct-v0.1についてのよくある質問
starcoder2-15b-instruct-v0.1は無料で使えますか?
starcoder2-15b-instruct-v0.1はご自身のハードウェアでローカル実行する場合は無料です。osFoundry経由のホスティングアクセスは従量課金(入力 Free (local)、出力 Free (local))となります。ローカルとホスティングはいつでも切り替えられます。
starcoder2-15b-instruct-v0.1を商用利用できますか?
条件付きで商用利用が許可されています。 ライセンス条件が明示されていません。商用利用の前に上流のモデルカードをご確認ください。 上流のドキュメントをご確認ください。
starcoder2-15b-instruct-v0.1に必要なVRAMはどれくらいですか?
Q4量子化で約9 GB、フルFP16精度で約36 GBが目安です。24GBのコンシューマー向けGPU1枚で動作します。
starcoder2-15b-instruct-v0.1をローカルで実行できますか?
はい。starcoder2-15b-instruct-v0.1はオープンウェイトで、ワークステーション向けGPUでローカル実行できます。osFoundryのローカルランタイムがモデルのロード、量子化、ルーティングを処理します。
starcoder2-15b-instruct-v0.1が最も得意なことは何ですか?
starcoder2-15b-instruct-v0.1はtext generationに適しています。
osFoundryでstarcoder2-15b-instruct-v0.1をどう使えばよいですか?
キーダイアログでbigcode APIキーを貼り付け(セルフホスト可能なモデルの場合はオープンウェイトをデプロイ)、パイプラインタブでstarcoder2-15b-instruct-v0.1をMaestroのロールに割り当てれば、チャット、invokeAI経由のRoom App、ご自身のアプリから利用できます。
bigcodeにより公開(2024年4月23日)。 出典: https://huggingface.co/bigcode/starcoder2-15b-instruct-v0.1