YassineBenlaria commited on
Commit
b8922cc
1 Parent(s): 99f8db5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: test
6
+ path: data/test-*
7
+ - split: train
8
+ path: data/train-*
9
+ - split: validation
10
+ path: data/validation-*
11
+ dataset_info:
12
+ features:
13
+ - name: path
14
+ dtype: string
15
+ - name: sentence
16
+ dtype: string
17
+ - name: audio
18
+ dtype:
19
+ audio:
20
+ sampling_rate: 16000
21
+ - name: sentence_lat
22
+ dtype: string
23
+ splits:
24
+ - name: test
25
+ num_bytes: 3785121.0
26
+ num_examples: 18
27
+ - name: train
28
+ num_bytes: 70490040.97552449
29
+ num_examples: 267
30
+ - name: validation
31
+ num_bytes: 6424920.161290322
32
+ num_examples: 19
33
+ download_size: 77375800
34
+ dataset_size: 80700082.1368148
35
+ ---
36
+ # Dataset Card for "tamasheq_data_1"
37
+
38
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)