quocanh34 commited on
Commit
ffb585f
1 Parent(s): be651e3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: audio
7
+ struct:
8
+ - name: array
9
+ sequence: float32
10
+ - name: path
11
+ dtype: string
12
+ - name: sampling_rate
13
+ dtype: int64
14
+ - name: pred_str
15
+ dtype: string
16
+ - name: pred_str_norm
17
+ dtype: string
18
+ - name: intent
19
+ dtype: string
20
+ - name: entities
21
+ list:
22
+ - name: filler
23
+ dtype: string
24
+ - name: type
25
+ dtype: string
26
+ - name: file
27
+ dtype: string
28
+ splits:
29
+ - name: train
30
+ num_bytes: 568309188
31
+ num_examples: 2139
32
+ download_size: 462242612
33
+ dataset_size: 568309188
34
+ ---
35
+ # Dataset Card for "new_nlu_tts3"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)