Commit ·
7329e6a
1
Parent(s): 5b881f4
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -4,4 +4,34 @@ tags:
|
|
| 4 |
language:
|
| 5 |
- ind
|
| 6 |
- eng
|
| 7 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
language:
|
| 5 |
- ind
|
| 6 |
- eng
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
CVSS is a massively multilingual-to-English speech-to-speech translation corpus,
|
| 10 |
+
covering sentence-level parallel speech-to-speech translation pairs from 21
|
| 11 |
+
languages into English.
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
## Dataset Usage
|
| 15 |
+
|
| 16 |
+
Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
|
| 17 |
+
|
| 18 |
+
## Citation
|
| 19 |
+
|
| 20 |
+
```@inproceedings{jia2022cvss,
|
| 21 |
+
title={{CVSS} Corpus and Massively Multilingual Speech-to-Speech Translation},
|
| 22 |
+
author={Jia, Ye and Tadmor Ramanovich, Michelle and Wang, Quan and Zen, Heiga},
|
| 23 |
+
booktitle={Proceedings of Language Resources and Evaluation Conference (LREC)},
|
| 24 |
+
pages={6691--6703},
|
| 25 |
+
year={2022}
|
| 26 |
+
}
|
| 27 |
+
```
|
| 28 |
+
|
| 29 |
+
## License
|
| 30 |
+
|
| 31 |
+
CC-BY 4.0
|
| 32 |
+
|
| 33 |
+
## Homepage
|
| 34 |
+
|
| 35 |
+
### NusaCatalogue
|
| 36 |
+
|
| 37 |
+
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|