RikRaes commited on
Commit
c752cb5
1 Parent(s): 4ab305a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: client_id
5
+ dtype: string
6
+ - name: path
7
+ struct:
8
+ - name: array
9
+ sequence: float32
10
+ - name: path
11
+ dtype: string
12
+ - name: sampling_rate
13
+ dtype: int64
14
+ - name: sentence
15
+ dtype: string
16
+ - name: up_votes
17
+ dtype: int64
18
+ - name: down_votes
19
+ dtype: int64
20
+ - name: age
21
+ dtype: string
22
+ - name: gender
23
+ dtype: string
24
+ - name: accents
25
+ dtype: string
26
+ - name: variant
27
+ dtype: 'null'
28
+ - name: locale
29
+ dtype: string
30
+ - name: segment
31
+ dtype: string
32
+ splits:
33
+ - name: train
34
+ num_bytes: 1363205491.3122818
35
+ num_examples: 5000
36
+ - name: val
37
+ num_bytes: 1363205491.3122818
38
+ num_examples: 5000
39
+ - name: test
40
+ num_bytes: 1363205491.3122818
41
+ num_examples: 5000
42
+ download_size: 4165478895
43
+ dataset_size: 4089616473.936846
44
+ ---
45
+ # Dataset Card for "CV_13_FT_75_25_1"
46
+
47
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)