windcrossroad commited on
Commit
bc94dcb
·
verified ·
1 Parent(s): 594d4a7

Upload README.md with huggingface_hub

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