Aya_ja / README.md
ryota39's picture
Update README.md
7a25099 verified
---
license: apache-2.0
task_categories:
- question-answering
- text-generation
language:
- ja
size_categories:
- 1K<n<10K
---
# Aya_ja
<!-- Provide a quick summary of the dataset. -->
このデータセットは`CohereForAI/aya_dataset`の日本語インストラクションデータのみを抽出したデータセットです。
人手でアノテーションされた指示応答のペアが6,259件収録されています。
## pythonでの使用例
```python
from datasets import load_dataset
aya_ja = load_dataset(
"ryota39/Aya_ja",
split='train',
)
```
## 例
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
```json
[
{
"inputs": "火縄銃の威力が全国に知られる事となった、1575年に織田・徳川連合軍が鉄砲隊を用いて武田勝頼率いる騎馬隊を破った戦いを何というでしょう?",
"targets": "長篠の戦いです。",
"language": "Japanese",
"language_code": "jpn",
"annotation_type": "original-annotations",
"user_id": "9881e959174fc20243c2b43c01599473325a93d056e73dbc20a9a0a03514026e"
},
{
"inputs": "陸上のリレー競技で次の走者に渡すのはバトンですが、駅伝競技で次の走者に渡すのは何でしょう?",
"targets": "たすきです。",
"language": "Japanese",
"language_code": "jpn",
"annotation_type": "original-annotations",
"user_id": "9881e959174fc20243c2b43c01599473325a93d056e73dbc20a9a0a03514026e"
},
{
"inputs": "路線図上は、品川駅と田町駅の間に位置している、2020年3月14日に開業したJR東日本・山手線の新駅の名称は何?",
"targets": "高輪ゲートウェイ駅です。",
"language": "Japanese",
"language_code": "jpn",
"annotation_type": "original-annotations",
"user_id": "9881e959174fc20243c2b43c01599473325a93d056e73dbc20a9a0a03514026e"
},
]
```
## 参考
[CohereForAI/aya_dataset](https://huggingface.co/datasets/CohereForAI/aya_dataset)