lewtun HF staff commited on
Commit
1fafac0
·
1 Parent(s): 57a5a2e

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
+ dataset_info:
3
+ features:
4
+ - name: audio
5
+ dtype: audio
6
+ - name: song_id
7
+ dtype: int64
8
+ - name: genre_id
9
+ dtype: int64
10
+ - name: genre
11
+ dtype: string
12
+ splits:
13
+ - name: test
14
+ num_bytes: 1978321742.996
15
+ num_examples: 5076
16
+ - name: train
17
+ num_bytes: 7844298868.902
18
+ num_examples: 19909
19
+ download_size: 9793244255
20
+ dataset_size: 9822620611.898
21
+ ---
22
+ # Dataset Card for "music_genres"
23
+
24
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)