sps44 commited on
Commit
7478c67
1 Parent(s): 2963bcf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -36,4 +36,19 @@ configs:
36
  ---
37
  # Dataset Card for "emodb"
38
 
39
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  ---
37
  # Dataset Card for "emodb"
38
 
39
+ This is a mirror for the emodb dataset. You can find the original version here:
40
+ http://emodb.bilderbar.info/docu/
41
+
42
+ ## Explore this dataset
43
+
44
+ You can interactively explore this dataset with Spotlight:
45
+
46
+ ```python
47
+ import datasets
48
+ from renumics import spotlight
49
+
50
+ ds = datasets.load_dataset('renumics/emodb', split='all')
51
+
52
+ spotlight.show(ds)
53
+ ```
54
+