thanhduycao commited on
Commit
9f2007f
·
1 Parent(s): 1881ce0

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
+ 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
+ splits:
42
+ - name: train
43
+ num_bytes: 3484626224
44
+ num_examples: 6729
45
+ - name: test
46
+ num_bytes: 390303091
47
+ num_examples: 748
48
+ download_size: 918877822
49
+ dataset_size: 3874929315
50
+ ---
51
+ # Dataset Card for "soict_train_dataset"
52
+
53
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)