Sakshamrzt commited on
Commit
5371fc4
1 Parent(s): 2303177

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md CHANGED
@@ -0,0 +1,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
+ ---