Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -21,3 +21,28 @@ configs:
|
|
21 |
- split: train
|
22 |
path: data/train-*
|
23 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
- split: train
|
22 |
path: data/train-*
|
23 |
---
|
24 |
+
|
25 |
+
# Dataset Card for Dataset Name
|
26 |
+
|
27 |
+
This is the Irish portion of the Spoken Words dataset "MLCommons/ml_spoken_words", with merged splits "train", "validation", "test" and "other".
|
28 |
+
The Irish sentences are automatically translated into English using Google Translation API.
|
29 |
+
|
30 |
+
## Dataset Structure
|
31 |
+
|
32 |
+
```
|
33 |
+
Dataset({
|
34 |
+
features: ['keyword', 'audio', 'translation'],
|
35 |
+
num_rows: 10925
|
36 |
+
})
|
37 |
+
```
|
38 |
+
|
39 |
+
## Citation
|
40 |
+
|
41 |
+
```
|
42 |
+
@inproceedings{mazumder2021multilingual,
|
43 |
+
title={Multilingual Spoken Words Corpus},
|
44 |
+
author={Mazumder, Mark and Chitlangia, Sharad and Banbury, Colby and Kang, Yiping and Ciro, Juan Manuel and Achorn, Keith and Galvez, Daniel and Sabini, Mark and Mattson, Peter and Kanter, David and others},
|
45 |
+
booktitle={Thirty-fifth Conference on Neural Information Processing Systems Datasets and Benchmarks Track (Round 2)},
|
46 |
+
year={2021}
|
47 |
+
}
|
48 |
+
```
|