thanhduycao commited on
Commit
fe0041b
1 Parent(s): 2665f6f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +57 -0
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: id
12
+ dtype: string
13
+ - name: sentence
14
+ dtype: string
15
+ - name: intent
16
+ dtype: string
17
+ - name: sentence_annotation
18
+ dtype: string
19
+ - name: entities
20
+ list:
21
+ - name: type
22
+ dtype: string
23
+ - name: filler
24
+ dtype: string
25
+ - name: file
26
+ dtype: string
27
+ - name: audio
28
+ struct:
29
+ - name: array
30
+ sequence: float64
31
+ - name: path
32
+ dtype: string
33
+ - name: sampling_rate
34
+ dtype: int64
35
+ - name: origin_transcription
36
+ dtype: string
37
+ - name: sentence_norm
38
+ dtype: string
39
+ - name: sentence_norm_v2
40
+ dtype: string
41
+ - name: w2v2_large_transcription
42
+ dtype: string
43
+ - name: wer
44
+ dtype: float64
45
+ splits:
46
+ - name: train
47
+ num_bytes: 3205296038.433596
48
+ num_examples: 6184
49
+ - name: test
50
+ num_bytes: 566006350.9006286
51
+ num_examples: 1092
52
+ download_size: 902006355
53
+ dataset_size: 3771302389.3342247
54
+ ---
55
+ # Dataset Card for "soict_train_dataset_filter"
56
+
57
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)