Blue7Bird commited on
Commit
c4e92a6
1 Parent(s): 91e1f4b

This Mizo data was contributed by Ravi Kiran chikkala, Deepesh Kumar Chouhan, Lyadalla Premchand and Lalrempuii Vachhawng. We created mizo sentiment dataset from different domains such as Movies,Vlogs,Politics etc.

Browse files
Files changed (1) hide show
  1. README.md +30 -26
README.md CHANGED
@@ -1,26 +1,30 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: Text
5
- dtype: string
6
- - name: Sentiment
7
- dtype: string
8
- - name: __index_level_0__
9
- dtype: int64
10
- splits:
11
- - name: train
12
- num_bytes: 113738
13
- num_examples: 813
14
- - name: test
15
- num_bytes: 28440
16
- num_examples: 204
17
- download_size: 87195
18
- dataset_size: 142178
19
- configs:
20
- - config_name: default
21
- data_files:
22
- - split: train
23
- path: data/train-*
24
- - split: test
25
- path: data/test-*
26
- ---
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: Text
5
+ dtype: string
6
+ - name: Sentiment
7
+ dtype: string
8
+ - name: __index_level_0__
9
+ dtype: int64
10
+ splits:
11
+ - name: train
12
+ num_bytes: 113738
13
+ num_examples: 813
14
+ - name: test
15
+ num_bytes: 28440
16
+ num_examples: 204
17
+ download_size: 87195
18
+ dataset_size: 142178
19
+ configs:
20
+ - config_name: default
21
+ data_files:
22
+ - split: train
23
+ path: data/train-*
24
+ - split: test
25
+ path: data/test-*
26
+ license: afl-3.0
27
+ task_categories:
28
+ - text-classification
29
+ - zero-shot-classification
30
+ ---