windcrossroad commited on
Commit
c6c48b0
·
verified ·
1 Parent(s): 65c953d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: test
6
+ path: data/test-*
7
+ dataset_info:
8
+ features:
9
+ - name: file
10
+ dtype: string
11
+ - name: audio
12
+ dtype: audio
13
+ - name: gender
14
+ dtype: string
15
+ - name: multi_type
16
+ dtype: string
17
+ - name: single_instruction
18
+ dtype: string
19
+ - name: single_answer
20
+ dtype: string
21
+ - name: multi_instruction
22
+ dtype: string
23
+ - name: multi_answer
24
+ dtype: string
25
+ - name: attribute_label
26
+ dtype: string
27
+ - name: data_resource
28
+ dtype: string
29
+ splits:
30
+ - name: test
31
+ num_bytes: 49300574.0
32
+ num_examples: 500
33
+ download_size: 48928649
34
+ dataset_size: 49300574.0
35
+ ---
36
+ # Dataset Card for "EmotionQA"
37
+
38
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)