ymoslem commited on
Commit
983fe43
1 Parent(s): 4616a73

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -20,6 +20,16 @@ configs:
20
  data_files:
21
  - split: train
22
  path: data/train-*
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for Dataset Name
@@ -49,7 +59,7 @@ dataset = load_dataset("SpokenWords-GA-EN-MTed",
49
 
50
  ```
51
 
52
- ## Citation
53
 
54
  ```
55
  @inproceedings{mazumder2021multilingual,
@@ -58,4 +68,14 @@ dataset = load_dataset("SpokenWords-GA-EN-MTed",
58
  booktitle={Thirty-fifth Conference on Neural Information Processing Systems Datasets and Benchmarks Track (Round 2)},
59
  year={2021}
60
  }
 
 
 
 
 
 
 
 
 
 
61
  ```
 
20
  data_files:
21
  - split: train
22
  path: data/train-*
23
+ license: mit
24
+ task_categories:
25
+ - automatic-speech-recognition
26
+ - text-to-speech
27
+ - translation
28
+ language:
29
+ - ga
30
+ - en
31
+ size_categories:
32
+ - 10K<n<100K
33
  ---
34
 
35
  # Dataset Card for Dataset Name
 
59
 
60
  ```
61
 
62
+ ## Citations
63
 
64
  ```
65
  @inproceedings{mazumder2021multilingual,
 
68
  booktitle={Thirty-fifth Conference on Neural Information Processing Systems Datasets and Benchmarks Track (Round 2)},
69
  year={2021}
70
  }
71
+ ```
72
+
73
+ ```
74
+ @inproceedings{moslem2024leveraging,
75
+ title={Leveraging Synthetic Audio Data for End-to-End Low-Resource Speech Translation},
76
+ author={Moslem, Yasmin},
77
+ booktitle={Proceedings of the 2024 International Conference on Spoken Language Translation (IWSLT 2024)},
78
+ year={2024},
79
+ month={April}
80
+ }
81
  ```