Mihaj commited on
Commit
2c075f8
1 Parent(s): 00aa930

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
+ 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: transcription
12
+ dtype: string
13
+ - name: audio
14
+ dtype:
15
+ audio:
16
+ sampling_rate: 16000
17
+ splits:
18
+ - name: train
19
+ num_bytes: 1199942666.669
20
+ num_examples: 2287
21
+ - name: test
22
+ num_bytes: 555347610.0
23
+ num_examples: 963
24
+ download_size: 1311832245
25
+ dataset_size: 1755290276.669
26
+ ---
27
+ # Dataset Card for "robot_ds_augmented_cv"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)