Update README.md
Browse files
README.md
CHANGED
|
@@ -16,6 +16,18 @@ size_categories:
|
|
| 16 |
|
| 17 |
人手でアノテーションされた指示応答のペアが6,259件収録されています。
|
| 18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
## 例
|
| 20 |
|
| 21 |
<!-- 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. -->
|
|
@@ -49,11 +61,5 @@ size_categories:
|
|
| 49 |
]
|
| 50 |
```
|
| 51 |
|
| 52 |
-
## pythonでの使用例
|
| 53 |
-
|
| 54 |
-
```python
|
| 55 |
-
|
| 56 |
-
```
|
| 57 |
-
|
| 58 |
## 参考
|
| 59 |
[CohereForAI/aya_dataset](https://huggingface.co/datasets/CohereForAI/aya_dataset)
|
|
|
|
| 16 |
|
| 17 |
人手でアノテーションされた指示応答のペアが6,259件収録されています。
|
| 18 |
|
| 19 |
+
## pythonでの使用例
|
| 20 |
+
|
| 21 |
+
```python
|
| 22 |
+
from datasets import load_dataset
|
| 23 |
+
|
| 24 |
+
aya_ja = load_dataset(
|
| 25 |
+
"ryota39/Aya_ja",
|
| 26 |
+
split='train',
|
| 27 |
+
)
|
| 28 |
+
|
| 29 |
+
```
|
| 30 |
+
|
| 31 |
## 例
|
| 32 |
|
| 33 |
<!-- 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. -->
|
|
|
|
| 61 |
]
|
| 62 |
```
|
| 63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
## 参考
|
| 65 |
[CohereForAI/aya_dataset](https://huggingface.co/datasets/CohereForAI/aya_dataset)
|