Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,69 @@ dataset_info:
|
|
| 10 |
splits:
|
| 11 |
- name: train
|
| 12 |
- name: test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
configs:
|
| 14 |
- config_name: telugu
|
| 15 |
data_files:
|
|
|
|
| 10 |
splits:
|
| 11 |
- name: train
|
| 12 |
- name: test
|
| 13 |
+
- config_name: tamil
|
| 14 |
+
features:
|
| 15 |
+
- name: news
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: class
|
| 18 |
+
dtype: int64
|
| 19 |
+
splits:
|
| 20 |
+
- name: train
|
| 21 |
+
- name: test
|
| 22 |
+
- config_name: kannada
|
| 23 |
+
features:
|
| 24 |
+
- name: news
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: class
|
| 27 |
+
dtype: int64
|
| 28 |
+
splits:
|
| 29 |
+
- name: train
|
| 30 |
+
- name: test
|
| 31 |
+
- config_name: gujarati
|
| 32 |
+
features:
|
| 33 |
+
- name: news
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: class
|
| 36 |
+
dtype: int64
|
| 37 |
+
splits:
|
| 38 |
+
- name: train
|
| 39 |
+
- name: test
|
| 40 |
+
- config_name: punjabi
|
| 41 |
+
features:
|
| 42 |
+
- name: news
|
| 43 |
+
dtype: string
|
| 44 |
+
- name: class
|
| 45 |
+
dtype: int64
|
| 46 |
+
splits:
|
| 47 |
+
- name: train
|
| 48 |
+
- name: test
|
| 49 |
+
- config_name: oriya
|
| 50 |
+
features:
|
| 51 |
+
- name: news
|
| 52 |
+
dtype: string
|
| 53 |
+
- name: class
|
| 54 |
+
dtype: int64
|
| 55 |
+
splits:
|
| 56 |
+
- name: train
|
| 57 |
+
- name: test
|
| 58 |
+
- config_name: malayalam
|
| 59 |
+
features:
|
| 60 |
+
- name: news
|
| 61 |
+
dtype: string
|
| 62 |
+
- name: class
|
| 63 |
+
dtype: int64
|
| 64 |
+
splits:
|
| 65 |
+
- name: train
|
| 66 |
+
- name: test
|
| 67 |
+
- config_name: marathi
|
| 68 |
+
features:
|
| 69 |
+
- name: news
|
| 70 |
+
dtype: string
|
| 71 |
+
- name: class
|
| 72 |
+
dtype: int64
|
| 73 |
+
splits:
|
| 74 |
+
- name: train
|
| 75 |
+
- name: test
|
| 76 |
configs:
|
| 77 |
- config_name: telugu
|
| 78 |
data_files:
|