krishnakalyan3 commited on
Commit
3103d80
·
verified ·
1 Parent(s): ffb9c85

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: file
5
+ dtype: string
6
+ - name: index
7
+ dtype: string
8
+ - name: embed
9
+ sequence:
10
+ sequence: float32
11
+ - name: txt
12
+ dtype: string
13
+ - name: flac
14
+ dtype:
15
+ audio:
16
+ decode: false
17
+ splits:
18
+ - name: train
19
+ num_bytes: 49354374.0
20
+ num_examples: 1000
21
+ download_size: 49969577
22
+ dataset_size: 49354374.0
23
+ configs:
24
+ - config_name: default
25
+ data_files:
26
+ - split: train
27
+ path: data/train-*
28
+ ---
29
+ # Dataset Card for "mj_emo_embed"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)