ImanNalia commited on
Commit
bc76e24
1 Parent(s): 537495a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: segment_filename
5
+ dtype: string
6
+ - name: text
7
+ dtype: string
8
+ - name: audio
9
+ struct:
10
+ - name: audio
11
+ struct:
12
+ - name: array
13
+ sequence: float32
14
+ - name: path
15
+ dtype: string
16
+ - name: sampling_rate
17
+ dtype: int64
18
+ - name: __index_level_0__
19
+ dtype: int64
20
+ splits:
21
+ - name: train
22
+ num_bytes: 8634327685
23
+ num_examples: 11376
24
+ download_size: 8643667422
25
+ dataset_size: 8634327685
26
+ ---
27
+ # Dataset Card for "latest_coraal_train"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)