quocanh34 commited on
Commit
6ccef35
·
1 Parent(s): e55c3e8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_base_5grams_transcription
33
+ dtype: string
34
+ - name: w2v2_large_5grams_transcription
35
+ dtype: string
36
+ - name: norm_w2v2_base
37
+ dtype: string
38
+ - name: norm_w2v2_large
39
+ dtype: string
40
+ - name: WER_base
41
+ dtype: int64
42
+ - name: WER_large
43
+ dtype: int64
44
+ splits:
45
+ - name: train
46
+ num_bytes: 3482244499
47
+ num_examples: 6722
48
+ download_size: 825637294
49
+ dataset_size: 3482244499
50
+ ---
51
+ # Dataset Card for "soict_train_dataset_with_WER"
52
+
53
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)