windcrossroad commited on
Commit
1c3aa2e
·
verified ·
1 Parent(s): d7a263c

Upload README.md with huggingface_hub

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