Thanmay commited on
Commit
905d62c
1 Parent(s): 4db4e19

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: validation
6
+ path: data/validation-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: GENERIC CATEGORIES
12
+ dtype: string
13
+ - name: CATEGORY
14
+ dtype: string
15
+ - name: SUB-CATEGORY
16
+ dtype: string
17
+ - name: PRODUCT
18
+ dtype: string
19
+ - name: BRAND
20
+ dtype: string
21
+ - name: ASPECTS
22
+ dtype: string
23
+ - name: ASPECT COMBO
24
+ dtype: string
25
+ - name: ENGLISH REVIEW
26
+ dtype: string
27
+ - name: LABEL
28
+ dtype: string
29
+ - name: INDIC REVIEW
30
+ dtype: string
31
+ splits:
32
+ - name: validation
33
+ num_bytes: 108843
34
+ num_examples: 156
35
+ - name: test
36
+ num_bytes: 698675
37
+ num_examples: 1000
38
+ download_size: 344893
39
+ dataset_size: 807518
40
+ ---
41
+ # Dataset Card for "indic-sentiment"
42
+
43
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)