linhqyy commited on
Commit
cdc6999
1 Parent(s): 64a6cf4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ splits:
33
+ - name: test
34
+ num_bytes: 390251306
35
+ num_examples: 748
36
+ download_size: 93108062
37
+ dataset_size: 390251306
38
+ ---
39
+ # Dataset Card for "whisper_largev2_test_results"
40
+
41
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)