ymoslem commited on
Commit
a93a035
1 Parent(s): e964c4a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -32,7 +32,7 @@ size_categories:
32
  # Dataset Details
33
 
34
  Living Audio Irish speech corpus. This version is based on the Irish dataset on [Kaggle](https://www.kaggle.com/datasets/jimregan/living-audio-irish-speech-corpus).
35
- The original version of the dataset with more languages is available on [GitHub](https://github.com/Idlak/Living-Audio-Dataset) as part of the Idlak project.
36
 
37
  The details of the Irish portion of the Living Audio dataset are as follows:
38
 
@@ -45,7 +45,7 @@ The details of the Irish portion of the Living Audio dataset are as follows:
45
 
46
  ```
47
  Dataset({
48
- features: ['sentence', 'audio', 'translation'],
49
  num_rows: 1121
50
  })
51
  ```
@@ -60,3 +60,16 @@ living_audio_dataset = load_dataset("ymoslem/Living-Audio-Irish-GA-EN-MTed",
60
  trust_remote_code=True
61
  )
62
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  # Dataset Details
33
 
34
  Living Audio Irish speech corpus. This version is based on the Irish dataset on [Kaggle](https://www.kaggle.com/datasets/jimregan/living-audio-irish-speech-corpus).
35
+ The original dataset with audio in more languages is available on [GitHub](https://github.com/Idlak/Living-Audio-Dataset) as part of the Idlak project.
36
 
37
  The details of the Irish portion of the Living Audio dataset are as follows:
38
 
 
45
 
46
  ```
47
  Dataset({
48
+ features: ['sentence', 'audio'],
49
  num_rows: 1121
50
  })
51
  ```
 
60
  trust_remote_code=True
61
  )
62
  ```
63
+
64
+ ## Citation
65
+
66
+ ```
67
+ @inproceedings{braude19_interspeech,
68
+ author={David A. Braude and Matthew P. Aylett and Caoimhín Laoide-Kemp and Simone Ashby and Kristen M. Scott and Brian Ó Raghallaigh and Anna Braudo and Alex Brouwer and Adriana Stan},
69
+ title={{All Together Now: The Living Audio Dataset}},
70
+ year=2019,
71
+ booktitle={Proc. Interspeech 2019},
72
+ pages={1521--1525},
73
+ doi={10.21437/Interspeech.2019-2448}
74
+ }
75
+ ```