# Universe で Dataset を見つける

Universeでデータセットを見つけるには、検索バーに探したい対象を入力します。

検索結果の一覧が表示され、クエリに意味的に関連するデータセットが並びます：

<figure><img src="/files/a7d83de55ed61fa4b269c271d897a93998565ba2" alt=""><figcaption></figcaption></figure>

既定では、Universe は CLIP ベースのセマンティック検索を使用して、クエリに一致するデータセットを見つけます。キーワードで検索したい場合は、"Search By" オプションを切り替えて "Metadata" を選択してください。

検索結果は次の条件で絞り込めます：

* モデルがあるデータセット
* Project の種類（object detection、classification、segmentation、keypoint detection、multimodal など）
* 学習したモデルの種類（例：YOLOv12）

さらに高度なフィルターもあり、データセット内の画像数、Project のスター数などで検索をさらに絞り込めます。

個別のデータセットをクリックすると、データの詳細を確認できます。

<figure><img src="/files/8d141fd871ca8339b61bf5c32700670a23ae58c4" alt=""><figcaption></figcaption></figure>

Classes 一覧には、データセットでラベルとして使用されているクラスが表示されます。 [Classes は名前を変更できます](/roboflow/roboflow-jp/datasets/manage-datasets/manage-classes.md) データセットを workspace にインポートした場合。

### Roboflow Universe データセットのライセンス

データセットのライセンスを確認するには、"Cite this Project" セクションまでスクロールしてください。

ライセンスは "License" ラベルの横に表示されます。ライセンスが指定されていない場合、これは作成者がすべての権利を留保していることを意味します。

<figure><img src="/files/18a6e15447de9599233cb9566f5f10d6a4e88386" alt=""><figcaption></figcaption></figure>

Cite This Project タブの内容には、Project を引用するために必要な情報が含まれています。

### データセットを使用する

使いたいデータセットを見つけたら、自分のアカウントに fork できます。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/universe/find-a-dataset-on-universe.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
