Sakshamrzt
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
dataset_info:
|
4 |
-
- config_name:
|
5 |
features:
|
6 |
- name: news
|
7 |
dtype: string
|
@@ -9,18 +9,17 @@ dataset_info:
|
|
9 |
dtype: float64
|
10 |
splits:
|
11 |
- name: train
|
12 |
-
- name: test
|
13 |
configs:
|
14 |
-
- config_name: train
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
- config_name: test
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
task_categories:
|
25 |
- text-classification
|
26 |
language:
|
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
dataset_info:
|
4 |
+
- config_name: default
|
5 |
features:
|
6 |
- name: news
|
7 |
dtype: string
|
|
|
9 |
dtype: float64
|
10 |
splits:
|
11 |
- name: train
|
|
|
12 |
configs:
|
13 |
+
- config_name: train
|
14 |
+
data_files:
|
15 |
+
- split: train
|
16 |
+
path: gujaratitrain.jsonl
|
17 |
+
num_examples: 1018
|
18 |
+
- config_name: test
|
19 |
+
data_files:
|
20 |
+
- split: test
|
21 |
+
path: gujaratitest.jsonl
|
22 |
+
num_examples: 1018
|
23 |
task_categories:
|
24 |
- text-classification
|
25 |
language:
|