polinaeterna commited on
Commit
ac7e6bf
·
1 Parent(s): 8e94308

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ builder_configs:
3
+ data_files:
4
+ - split: test
5
+ pattern: data/test-*
6
+ - split: train
7
+ pattern: data/train-*
8
+ dataset_info:
9
+ features:
10
+ - name: audio
11
+ dtype: audio
12
+ splits:
13
+ - name: test
14
+ num_bytes: 1003367.0
15
+ num_examples: 3
16
+ - name: train
17
+ num_bytes: 1003367.0
18
+ num_examples: 3
19
+ download_size: 0
20
+ dataset_size: 2006734.0
21
+ ---
22
+ # Dataset Card for "test_yaml"
23
+
24
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)