quocanh34 commited on
Commit
a2bb94d
·
1 Parent(s): c3f6848

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: id
5
+ dtype: string
6
+ - name: sentence
7
+ dtype: string
8
+ - name: intent
9
+ dtype: string
10
+ - name: sentence_annotation
11
+ dtype: string
12
+ - name: entities
13
+ list:
14
+ - name: type
15
+ dtype: string
16
+ - name: filler
17
+ dtype: string
18
+ - name: file
19
+ dtype: string
20
+ - name: audio
21
+ struct:
22
+ - name: array
23
+ sequence: float64
24
+ - name: path
25
+ dtype: string
26
+ - name: sampling_rate
27
+ dtype: int64
28
+ - name: origin_transcription
29
+ dtype: string
30
+ - name: sentence_norm
31
+ dtype: string
32
+ - name: w2v2_large_transcription
33
+ dtype: string
34
+ - name: wer
35
+ dtype: int64
36
+ - name: entities_norm
37
+ list:
38
+ - name: filler
39
+ dtype: string
40
+ - name: type
41
+ dtype: string
42
+ - name: entities_align
43
+ dtype: string
44
+ splits:
45
+ - name: train
46
+ num_bytes: 698110051.1801205
47
+ num_examples: 1413
48
+ download_size: 158745470
49
+ dataset_size: 698110051.1801205
50
+ configs:
51
+ - config_name: default
52
+ data_files:
53
+ - split: train
54
+ path: data/train-*
55
+ ---
56
+ # Dataset Card for "data_for_synthesis_with_entities_align"
57
+
58
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)