charsiu commited on
Commit
4bbbb34
1 Parent(s): 656695c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: chapter_id
5
+ dtype: int64
6
+ - name: file
7
+ dtype: string
8
+ - name: frame_labels
9
+ sequence: string
10
+ - name: frame_labels_10ms
11
+ sequence: string
12
+ - name: id
13
+ dtype: string
14
+ - name: processed_file
15
+ dtype: string
16
+ - name: speaker_id
17
+ dtype: int64
18
+ - name: text
19
+ dtype: string
20
+ - name: upsampled_file
21
+ dtype: string
22
+ splits:
23
+ - name: train
24
+ num_bytes: 78239379
25
+ num_examples: 11125
26
+ download_size: 5460315
27
+ dataset_size: 78239379
28
+ ---
29
+ # Dataset Card for "librispeech_full_test_frame_labels"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)