Shitao commited on
Commit
46958b0
·
1 Parent(s): f44fa5d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: text
14
+ dtype: string
15
+ - name: label
16
+ dtype:
17
+ class_label:
18
+ names:
19
+ '0': positive
20
+ '1': neutral
21
+ '2': negative
22
+ splits:
23
+ - name: train
24
+ num_bytes: 19594086
25
+ num_examples: 120000
26
+ - name: validation
27
+ num_bytes: 483785
28
+ num_examples: 3000
29
+ - name: test
30
+ num_bytes: 491522
31
+ num_examples: 3000
32
+ download_size: 14087126
33
+ dataset_size: 20569393
34
+ ---
35
+ # Dataset Card for "MultilingualSentiment-classification"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)