Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -8,19 +8,19 @@ dataset_info:
|
|
8 |
- name: class
|
9 |
dtype: int64
|
10 |
splits:
|
11 |
-
- name:
|
12 |
- name: test
|
13 |
configs:
|
14 |
-
- config_name:
|
15 |
data_files:
|
16 |
-
- split:
|
17 |
path: telugu-train.jsonl
|
18 |
-
- split:
|
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:
|
|
|
8 |
- name: class
|
9 |
dtype: int64
|
10 |
splits:
|
11 |
+
- name: train
|
12 |
- name: test
|
13 |
configs:
|
14 |
+
- config_name: telugu
|
15 |
data_files:
|
16 |
+
- split: train
|
17 |
path: telugu-train.jsonl
|
18 |
+
- split: test
|
|
|
|
|
|
|
|
|
19 |
path: telugu-test.jsonl
|
20 |
+
- config_name: mul
|
21 |
+
data_files:
|
22 |
+
- split: train
|
23 |
+
path: train-mul.jsonl
|
24 |
- split: test
|
25 |
path: test-mul.jsonl
|
26 |
task_categories:
|