Datasets:
Update README with dataset documentation
Browse files
README.md
CHANGED
|
@@ -15,133 +15,6 @@ tags:
|
|
| 15 |
- llama-factory
|
| 16 |
size_categories:
|
| 17 |
- 10K<n<100K
|
| 18 |
-
dataset_info:
|
| 19 |
-
- config_name: deu
|
| 20 |
-
features:
|
| 21 |
-
- name: messages
|
| 22 |
-
list:
|
| 23 |
-
- name: content
|
| 24 |
-
dtype: string
|
| 25 |
-
- name: role
|
| 26 |
-
dtype: string
|
| 27 |
-
- name: language
|
| 28 |
-
dtype: string
|
| 29 |
-
splits:
|
| 30 |
-
- name: train
|
| 31 |
-
num_bytes: 12951515
|
| 32 |
-
num_examples: 13327
|
| 33 |
-
- name: test
|
| 34 |
-
num_bytes: 1432290
|
| 35 |
-
num_examples: 1481
|
| 36 |
-
download_size: 7871889
|
| 37 |
-
dataset_size: 14383805
|
| 38 |
-
- config_name: eng
|
| 39 |
-
features:
|
| 40 |
-
- name: messages
|
| 41 |
-
list:
|
| 42 |
-
- name: content
|
| 43 |
-
dtype: string
|
| 44 |
-
- name: role
|
| 45 |
-
dtype: string
|
| 46 |
-
- name: language
|
| 47 |
-
dtype: string
|
| 48 |
-
splits:
|
| 49 |
-
- name: train
|
| 50 |
-
num_bytes: 11601270
|
| 51 |
-
num_examples: 13327
|
| 52 |
-
- name: test
|
| 53 |
-
num_bytes: 1283597
|
| 54 |
-
num_examples: 1481
|
| 55 |
-
download_size: 7062338
|
| 56 |
-
dataset_size: 12884867
|
| 57 |
-
- config_name: eng_hin_deu
|
| 58 |
-
features:
|
| 59 |
-
- name: messages
|
| 60 |
-
list:
|
| 61 |
-
- name: content
|
| 62 |
-
dtype: string
|
| 63 |
-
- name: role
|
| 64 |
-
dtype: string
|
| 65 |
-
- name: language
|
| 66 |
-
dtype: string
|
| 67 |
-
splits:
|
| 68 |
-
- name: train
|
| 69 |
-
num_bytes: 52207612
|
| 70 |
-
num_examples: 39984
|
| 71 |
-
- name: test
|
| 72 |
-
num_bytes: 5874300
|
| 73 |
-
num_examples: 4440
|
| 74 |
-
download_size: 27887664
|
| 75 |
-
dataset_size: 58081912
|
| 76 |
-
- config_name: eng_hin_deu_sampled
|
| 77 |
-
features:
|
| 78 |
-
- name: messages
|
| 79 |
-
list:
|
| 80 |
-
- name: content
|
| 81 |
-
dtype: string
|
| 82 |
-
- name: role
|
| 83 |
-
dtype: string
|
| 84 |
-
- name: language
|
| 85 |
-
dtype: string
|
| 86 |
-
splits:
|
| 87 |
-
- name: train
|
| 88 |
-
num_bytes: 17279776
|
| 89 |
-
num_examples: 13320
|
| 90 |
-
- name: test
|
| 91 |
-
num_bytes: 1984153
|
| 92 |
-
num_examples: 1479
|
| 93 |
-
download_size: 9247935
|
| 94 |
-
dataset_size: 19263929
|
| 95 |
-
- config_name: hin
|
| 96 |
-
features:
|
| 97 |
-
- name: messages
|
| 98 |
-
list:
|
| 99 |
-
- name: content
|
| 100 |
-
dtype: string
|
| 101 |
-
- name: role
|
| 102 |
-
dtype: string
|
| 103 |
-
- name: language
|
| 104 |
-
dtype: string
|
| 105 |
-
splits:
|
| 106 |
-
- name: train
|
| 107 |
-
num_bytes: 27748288
|
| 108 |
-
num_examples: 13327
|
| 109 |
-
- name: test
|
| 110 |
-
num_bytes: 3064952
|
| 111 |
-
num_examples: 1481
|
| 112 |
-
download_size: 10956496
|
| 113 |
-
dataset_size: 30813240
|
| 114 |
-
configs:
|
| 115 |
-
- config_name: deu
|
| 116 |
-
data_files:
|
| 117 |
-
- split: train
|
| 118 |
-
path: deu/train-*
|
| 119 |
-
- split: test
|
| 120 |
-
path: deu/test-*
|
| 121 |
-
- config_name: eng
|
| 122 |
-
data_files:
|
| 123 |
-
- split: train
|
| 124 |
-
path: eng/train-*
|
| 125 |
-
- split: test
|
| 126 |
-
path: eng/test-*
|
| 127 |
-
- config_name: eng_hin_deu
|
| 128 |
-
data_files:
|
| 129 |
-
- split: train
|
| 130 |
-
path: eng_hin_deu/train-*
|
| 131 |
-
- split: test
|
| 132 |
-
path: eng_hin_deu/test-*
|
| 133 |
-
- config_name: eng_hin_deu_sampled
|
| 134 |
-
data_files:
|
| 135 |
-
- split: train
|
| 136 |
-
path: eng_hin_deu_sampled/train-*
|
| 137 |
-
- split: test
|
| 138 |
-
path: eng_hin_deu_sampled/test-*
|
| 139 |
-
- config_name: hin
|
| 140 |
-
data_files:
|
| 141 |
-
- split: train
|
| 142 |
-
path: hin/train-*
|
| 143 |
-
- split: test
|
| 144 |
-
path: hin/test-*
|
| 145 |
---
|
| 146 |
|
| 147 |
# Aya Multilingual SFT Dataset
|
|
@@ -157,6 +30,7 @@ This dataset is derived from the [CohereForAI/aya_collection](https://huggingfac
|
|
| 157 |
| `hin` | HIN | ✓ | ✓ | Hindi only subset |
|
| 158 |
| `deu` | DEU | ✓ | ✓ | German only subset |
|
| 159 |
| `eng_hin_deu` | ENG, HIN, DEU | ✓ | ✓ | Combined English, Hindi, and German subset |
|
|
|
|
| 160 |
|
| 161 |
## Usage
|
| 162 |
|
|
|
|
| 15 |
- llama-factory
|
| 16 |
size_categories:
|
| 17 |
- 10K<n<100K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
# Aya Multilingual SFT Dataset
|
|
|
|
| 30 |
| `hin` | HIN | ✓ | ✓ | Hindi only subset |
|
| 31 |
| `deu` | DEU | ✓ | ✓ | German only subset |
|
| 32 |
| `eng_hin_deu` | ENG, HIN, DEU | ✓ | ✓ | Combined English, Hindi, and German subset |
|
| 33 |
+
| `eng_hin_deu_sampled` | ENG, HIN, DEU, SAMPLED | ✓ | ✓ | Combined English, Hindi, and German sampled subset |
|
| 34 |
|
| 35 |
## Usage
|
| 36 |
|