sps44 commited on
Commit
b86dff9
1 Parent(s): 3976226

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -33,3 +33,23 @@ configs:
33
  - split: train
34
  path: data/train-*
35
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  - split: train
34
  path: data/train-*
35
  ---
36
+
37
+ This is a mirror to the example dataset "The Song Describer Dataset: a Corpus of Audio Captions for Music-and-Language Evaluation" paper by Manco et al.
38
+
39
+ Project page on Github: https://github.com/mulab-mir/song-describer-dataset
40
+
41
+ Dataset on Zenodoo: https://zenodo.org/records/10072001
42
+
43
+ Explore the dataset on your local machine:
44
+
45
+ ```python
46
+ import datasets
47
+ from renumics import spotlight
48
+
49
+ ds = datasets.load_dataset('renumics/song-describer-dataset')
50
+ spotlight.show(ds)
51
+ ```
52
+
53
+
54
+
55
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63dd29ffaf221a78fa4ec8d1/bcoTy3h_Q0uUUo-m880Iu.png)