gilkeyio commited on
Commit
7b59387
1 Parent(s): 418456c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -27,7 +27,25 @@ dataset_info:
27
  num_examples: 6000
28
  download_size: 1483284747
29
  dataset_size: 1806614010.0
 
 
 
 
 
 
 
30
  ---
31
  # Dataset Card for "AudioMNIST"
32
 
33
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
27
  num_examples: 6000
28
  download_size: 1483284747
29
  dataset_size: 1806614010.0
30
+ license: mit
31
+ task_categories:
32
+ - audio-classification
33
+ language:
34
+ - en
35
+ size_categories:
36
+ - 10K<n<100K
37
  ---
38
  # Dataset Card for "AudioMNIST"
39
 
40
+ ### Citation Information
41
+ The original creators of the dataset ask you to cite [their paper](https://arxiv.org/abs/1807.03418) if you use this data:
42
+ ```
43
+ @ARTICLE{becker2018interpreting,
44
+ author = {Becker, S\"oren and Ackermann, Marcel and Lapuschkin, Sebastian and M\"uller, Klaus-Robert and Samek, Wojciech},
45
+ title = {Interpreting and Explaining Deep Neural Networks for Classification of Audio Signals},
46
+ journal = {CoRR},
47
+ volume = {abs/1807.03418},
48
+ year = {2018},
49
+ archivePrefix = {arXiv},
50
+ eprint = {1807.03418},
51
+ }