GitHub Models の検索について
GitHub Models のモデルは、2 つの方法で検索できます。
- GitHub Marketplace から検索します。
- すべての GitHub で検索した後、Marketplace に結果を絞り込みます。
GitHub Marketplace 内から検索する
-
GitHub Marketplace を開くには、GitHub の左上隅にある を選んでから、[ Marketplace] をクリックします。
![GitHub のナビゲーション バーのスクリーンショット。 [グローバル ナビゲーション メニューを開く] アイコンが濃いオレンジ色の枠線で囲まれています。](/assets/cb-2683/images/help/navigation/global-navigation-menu-icon.png)
-
キーワードと「
type:models」を入力して、Enter キーを押します。
GitHub 全体を検索する
すべての GitHub で検索したときは常に、結果をフィルター処理して、GitHub Marketplace から一致するモデルを見つけることができます。
- https://github.com/search に移動します。
- キーワードを入力し、Enter キーを押します。
- 検索に使用できるフィルターをすべて表示するには、[フィルター条件] サイドバーで [その他] をクリックします。
- GitHub Models の結果を表示するには、[Marketplace] をクリックします。
特定のフィールド内の検索
検索テキストと組み合わせて in 修飾子を使うと、そのフィールド内で指定したテキストと一致するモデルが検索されます。 使用できるフィールドは、tags、license、name、description、transparency、task です。
| 修飾子 | 例 |
|---|---|
in:FIELD | |
| [ | |
| in:tags agents](https://github.com/search?q=in:tags+agents&type=marketplace) は、'agents' タグが設定されているモデルと一致します。 | |
in:FIELD | |
| [ | |
| in:license distribute](https://github.com/search?q=in:license+distribute&type=marketplace) は、ライセンスで 'distribute' と指定されているモデルと一致します。 | |
in:FIELD | |
| [ | |
| in:transparency "responsible ai"](https://github.com/search?q=in:transparency+%22responsible+ai%22&type=marketplace) は、透明性情報で 'responsible ai' と指定されているモデルと一致します。 |
カテゴリーで検索
category 修飾子は、特定の用語でタグ付けされたモデルを検索します。
| 修飾子 | 例 |
|---|---|
category:CATEGORY | |
| [ | |
| category:multilingual](https://github.com/search?q=category:multilingual&type=marketplace) は、multilingual カテゴリのモデルと一致します。 | |
category:CATEGORY | |
| [ | |
| category:"large context"](https://github.com/search?q=category:%22large+context%22+&type=marketplace) は、large context カテゴリのモデルと一致します。 |
入力のモダリティで検索する
input-modality 修飾子は、入力を提供するために特定のメディアをサポートするモデルを検索します。 指定できるモダリティは、text、image、audio です。
| 修飾子 | 例 |
|---|---|
input-modality:MODALITY | |
| [ | |
| input-modality:text](https://github.com/search?q=input-modality:text&type=marketplace) は、テキスト入力をサポートするモデルと一致します。 |
出力のモダリティで検索する
output-modality 修飾子は、出力を提供するために特定のメディアをサポートするモデルを検索します。 指定できるモダリティは、text と embeddings です。
| 修飾子 | 例 |
|---|---|
output-modality:MODALITY | |
| [ | |
| output-modality:embeddings](https://github.com/search?q=output-modality:embeddings&type=marketplace) は、埋め込み出力をサポートするモデルと一致します。 |
言語で検索
language 修飾子は、指定した人間の言語をサポートするモデルを検索します。
| 修飾子 | 例 |
|---|---|
language:TWO_CHARACTER_CODE | |
| [ | |
| language:es](https://github.com/search?q=language:es&type=marketplace) は、スペイン語をサポートするモデルと一致します。 | |
language:NAME | |
| [ | |
| language:arabic](https://github.com/search?q=language:arabic&type=marketplace) は、アラビア語をサポートするモデルと一致します。 |
タスクで検索する
task 修飾子は、特定のタスクを実行するために使用できるモデルを検索します。
| 修飾子 | 例 |
|---|---|
task:TASK | |
| [ | |
| task:embeddings](https://github.com/search?q=task:embeddings&type=marketplace) は、埋め込みをサポートするモデルと一致します。 | |
task:TASK | |
| [ | |
| task:chat-completion](https://github.com/search?q=task:chat-completion&type=marketplace) は、チャットによる対話をサポートするモデルと一致します。 |
発行元で検索する
publisher 修飾子は、特定の発行元によってリリースされたモデルを検索します。
| 修飾子 | 例 |
|---|---|
publisher:PUBLISHER_NAME | |
| [ | |
| publisher:"Mistral AI"](https://github.com/search?q=publisher:%22Mistral+AI%22&type=marketplace) は、Mistral AI によるモデルと一致します。 |
入力トークンの制限で検索する
input-tokens 修飾子は、入力トークンの制限が特定の値より上または下、またはある範囲内にあるモデルを検索します。
| 修飾子 | 例 |
|---|---|
input-tokens:VALUE | |
| [ | |
| input-tokens:>10000](https://github.com/search?q=input-tokens:%3E10000&type=marketplace) は、入力トークンの制限が 10,000 より大きいモデルと一致します。 | |
input-tokens:VALUE | |
| [ | |
| input-tokens:15000..20000](https://github.com/search?q=input-tokens:15000..20000&type=marketplace) は、入力トークンの制限が 15,000 と 20,000 の間であるモデルと一致します。 |
出力トークンの制限で検索する
output-tokens 修飾子は、出力トークンの制限が特定の値より上または下、またはある範囲内にあるモデルを検索します。
| 修飾子 | 例 |
|---|---|
output-tokens:VALUE | |
| [ | |
| output-tokens:<8000](https://github.com/search?q=output-tokens:%3C8000&type=marketplace) は、出力トークンの制限が 8,000 より小さいモデルと一致します。 | |
output-tokens:VALUE | |
| [ | |
| output-tokens:15000..20000](https://github.com/search?q=output-tokens:15000..20000&type=marketplace) は、出力トークンの制限が 15,000 と 20,000 の間であるモデルと一致します。 |
レート制限レベルで検索する
rate-limit-tier 修飾子は、レート制限が特定のレベルであるモデルを検索します。 指定できるレベルは、low、high、custom です。
| 修飾子 | 例 |
|---|---|
rate-limit-tier:TIER | |
| [ | |
| rate-limit-tier:low](https://github.com/search?q=rate-limit-tier:low&type=marketplace) は、レート制限レベルが低いモデルと一致します。 |
ライセンスの種類で検索する
license 修飾子は、特定のライセンスを使用するモデルを検索します。
| 修飾子 | 例 |
|---|---|
license:LICENSE | |
| [ | |
| license:mit](https://github.com/search?q=license:mit&type=marketplace) は、MIT ライセンスを使用するモデルと一致します。 | |
license:LICENSE | |
| [ | |
| license:custom](https://github.com/search?q=license:custom&type=marketplace) は、カスタム ライセンスを使用するモデルと一致します。 |
結果を並べ替える
sort 修飾子は、結果を並べ替えるために使われます。 単独で使うことも、他の修飾子や検索テキストと組み合わせて使うこともできます。
| 修飾子 | 例 |
|---|---|
sort:FIELD | |
| [ | |
| sort:created-desc publisher:meta](https://github.com/search?q=sort:created-desc+publisher:meta&type=marketplace) は、Meta によって発行されたモデルと一致し、最後に追加されたものから順に並べ替えます。 | |
sort:FIELD | |
| [ | |
| sort:name-asc in:task chat-completion](https://github.com/search?q=sort:name-asc+in:task+chat-completion&type=marketplace) は、チャット完了を可能にするモデルに一致し、アルファベット順に並べ替えます。 |