KoseiUemura commited on
Commit
74ef789
·
verified ·
1 Parent(s): 4b17be4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: ron
4
+ features:
5
+ - name: id
6
+ dtype: string
7
+ - name: text
8
+ dtype: string
9
+ - name: anger
10
+ dtype: int64
11
+ - name: disgust
12
+ dtype: int64
13
+ - name: fear
14
+ dtype: int64
15
+ - name: joy
16
+ dtype: int64
17
+ - name: sadness
18
+ dtype: int64
19
+ - name: surprise
20
+ dtype: int64
21
+ splits:
22
+ - name: validation
23
+ num_bytes: 22072
24
+ num_examples: 123
25
+ - name: test
26
+ num_bytes: 202883
27
+ num_examples: 1119
28
+ download_size: 115196
29
+ dataset_size: 224955
30
+ configs:
31
+ - config_name: ron
32
+ data_files:
33
+ - split: validation
34
+ path: ron/validation-*
35
+ - split: test
36
+ path: ron/test-*
37
+ ---
38
+ # Dataset Card for "EmotionAnalysisFinal"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)