Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,37 +1,39 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
-
|
4 |
-
- config_name: train
|
5 |
-
features:
|
6 |
-
- name: news
|
7 |
-
dtype: string
|
8 |
-
- name: class
|
9 |
-
dtype: int64
|
10 |
-
splits:
|
11 |
-
- name: train
|
12 |
-
- name: test
|
13 |
-
configs:
|
14 |
- config_name: train
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
- config_name: test
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
+
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
- config_name: train
|
5 |
+
features:
|
6 |
+
- name: news
|
7 |
+
dtype: string
|
8 |
+
- name: class
|
9 |
+
dtype: int64
|
10 |
+
splits:
|
11 |
+
- name: train
|
12 |
+
- name: test
|
13 |
+
configs:
|
14 |
+
- config_name: train
|
15 |
+
data_files:
|
16 |
+
- split: telugu
|
17 |
+
path: telugu-train.jsonl
|
18 |
+
- split: mul
|
19 |
+
path: train-mul.jsonl
|
20 |
- config_name: test
|
21 |
+
data_files:
|
22 |
+
- split: telugu
|
23 |
+
path: telugu-test.jsonl
|
24 |
+
- split: test
|
25 |
+
path: test-mul.jsonl
|
26 |
+
task_categories:
|
27 |
+
- text-classification
|
28 |
+
language:
|
29 |
+
- gu
|
30 |
+
- pa
|
31 |
+
- or
|
32 |
+
- te
|
33 |
+
- ta
|
34 |
+
- ml
|
35 |
+
- mr
|
36 |
+
- kn
|
37 |
+
|
38 |
+
---
|
39 |
+
|