Davidsamuel101 commited on
Commit
f6cec94
·
verified ·
1 Parent(s): 3d24464

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: segment_id
5
+ dtype: string
6
+ - name: sample_rate
7
+ dtype: int64
8
+ - name: file_path
9
+ dtype: string
10
+ - name: start_ms
11
+ dtype: float64
12
+ - name: end_ms
13
+ dtype: float64
14
+ - name: duration_ms
15
+ dtype: float64
16
+ - name: speaker_id
17
+ dtype: string
18
+ - name: emotion
19
+ dtype: string
20
+ - name: predicted_age
21
+ dtype: float64
22
+ - name: predicted_gender
23
+ dtype: string
24
+ - name: language
25
+ dtype: string
26
+ - name: accent
27
+ dtype: string
28
+ - name: source_type
29
+ dtype: string
30
+ - name: word_transcript
31
+ dtype: string
32
+ - name: phoneme_transcript
33
+ dtype: string
34
+ - name: phoneme_timestamps
35
+ list:
36
+ - name: text
37
+ dtype: string
38
+ - name: timestamp
39
+ sequence: float64
40
+ - name: paralingual_transcript
41
+ dtype: 'null'
42
+ - name: audio
43
+ dtype: audio
44
+ splits:
45
+ - name: train
46
+ num_bytes: 53502370.0
47
+ num_examples: 1000
48
+ download_size: 33628273
49
+ dataset_size: 53502370.0
50
+ configs:
51
+ - config_name: default
52
+ data_files:
53
+ - split: train
54
+ path: data/train-*
55
+ ---
56
+ # Dataset Card for "echoseed_segmented_samples"
57
+
58
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)