charsiu commited on
Commit
900e310
1 Parent(s): b53c9fd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: converted_phonetic_detail
5
+ struct:
6
+ - name: start
7
+ sequence: float64
8
+ - name: stop
9
+ sequence: float64
10
+ - name: utterance
11
+ sequence: string
12
+ - name: dialect_region
13
+ dtype: string
14
+ - name: file
15
+ dtype: string
16
+ - name: frame_labels
17
+ sequence: string
18
+ - name: id
19
+ dtype: string
20
+ - name: merge_phonetic_detail
21
+ struct:
22
+ - name: start
23
+ sequence: float64
24
+ - name: stop
25
+ sequence: float64
26
+ - name: utterance
27
+ sequence: string
28
+ - name: phonetic_detail
29
+ sequence:
30
+ - name: start
31
+ dtype: int64
32
+ - name: stop
33
+ dtype: int64
34
+ - name: utterance
35
+ dtype: string
36
+ - name: sentence_type
37
+ dtype: string
38
+ - name: speaker_id
39
+ dtype: string
40
+ - name: text
41
+ dtype: string
42
+ - name: word_detail
43
+ sequence:
44
+ - name: start
45
+ dtype: int64
46
+ - name: stop
47
+ dtype: int64
48
+ - name: utterance
49
+ dtype: string
50
+ - name: frame_labels_10ms
51
+ sequence: string
52
+ splits:
53
+ - name: train
54
+ num_bytes: 26189240
55
+ num_examples: 4620
56
+ - name: test
57
+ num_bytes: 9531056
58
+ num_examples: 1680
59
+ download_size: 7841359
60
+ dataset_size: 35720296
61
+ ---
62
+ # Dataset Card for "timit_frame_labels"
63
+
64
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)