kajpio commited on
Commit
c71253c
·
1 Parent(s): 5e40df0

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: client_id
5
+ dtype: string
6
+ - name: audio
7
+ dtype:
8
+ audio:
9
+ sampling_rate: 16000
10
+ - name: sentence
11
+ dtype: string
12
+ - name: up_votes
13
+ dtype: float64
14
+ - name: down_votes
15
+ dtype: float64
16
+ - name: age
17
+ dtype: float64
18
+ - name: gender
19
+ dtype: float64
20
+ - name: accent
21
+ dtype: float64
22
+ - name: iou_estimate
23
+ dtype: float64
24
+ splits:
25
+ - name: test
26
+ num_bytes: 831368132.0
27
+ num_examples: 3332
28
+ - name: train
29
+ num_bytes: 23839499476.0
30
+ num_examples: 90324
31
+ download_size: 24065048743
32
+ dataset_size: 24670867608.0
33
+ ---
34
+ # Dataset Card for "SPC-v2"
35
+
36
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)