File size: 2,255 Bytes
a1d61a7 8e88264 a1d61a7 7a25099 8e88264 28b68ea 8e88264 724b185 8e88264 ed11f81 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
---
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)
|