vibhorag101 commited on
Commit
0ecabfa
1 Parent(s): aee18aa

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ - split: validation
10
+ path: data/validation-*
11
+ dataset_info:
12
+ features:
13
+ - name: ID
14
+ dtype: string
15
+ - name: text
16
+ dtype: string
17
+ - name: anger
18
+ dtype: bool
19
+ - name: anticipation
20
+ dtype: bool
21
+ - name: disgust
22
+ dtype: bool
23
+ - name: fear
24
+ dtype: bool
25
+ - name: joy
26
+ dtype: bool
27
+ - name: love
28
+ dtype: bool
29
+ - name: optimism
30
+ dtype: bool
31
+ - name: pessimism
32
+ dtype: bool
33
+ - name: sadness
34
+ dtype: bool
35
+ - name: surprise
36
+ dtype: bool
37
+ - name: trust
38
+ dtype: bool
39
+ - name: labels
40
+ sequence: int64
41
+ splits:
42
+ - name: train
43
+ num_bytes: 1219126
44
+ num_examples: 6838
45
+ - name: test
46
+ num_bytes: 578728
47
+ num_examples: 3259
48
+ - name: validation
49
+ num_bytes: 157658
50
+ num_examples: 886
51
+ download_size: 706992
52
+ dataset_size: 1955512
53
+ ---
54
+ # Dataset Card for "sem_eval_2018_task_1_english_cleaned_labels"
55
+
56
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)