Datasets:
Add/expand dataset card
Browse files
README.md
CHANGED
|
@@ -23,3 +23,36 @@ configs:
|
|
| 23 |
- split: train
|
| 24 |
path: data/train-*
|
| 25 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
- split: train
|
| 24 |
path: data/train-*
|
| 25 |
---
|
| 26 |
+
|
| 27 |
+
# TR↔HI Parallel Text
|
| 28 |
+
|
| 29 |
+
**65,662** aligned text triples — English pivot plus Turkish and Hindi
|
| 30 |
+
(`en_text` / `tr_text` / `hi_text`), each tagged with its `source`.
|
| 31 |
+
|
| 32 |
+
This is the **text layer** the speech corpora were synthesised from: these
|
| 33 |
+
sentences were sent to TTS to produce
|
| 34 |
+
[`tr-hi-parallel-speech-v2`](https://huggingface.co/datasets/tiny-aya-translate/tr-hi-parallel-speech-v2),
|
| 35 |
+
which was then Mimi-encoded into
|
| 36 |
+
[`tr-hi-mimi-encoded`](https://huggingface.co/datasets/tiny-aya-translate/tr-hi-mimi-encoded).
|
| 37 |
+
|
| 38 |
+
Text-only, ~10 MB, no audio. Sources include FLORES, OPUS-100, and
|
| 39 |
+
machine-translated conversational data — check `source` per row, since the
|
| 40 |
+
licence terms differ by origin (FLORES is share-alike).
|
| 41 |
+
|
| 42 |
+
## Project
|
| 43 |
+
|
| 44 |
+
Part of **TinyAya Stage 2** — Turkish⇄Hindi speech-to-speech translation with a
|
| 45 |
+
text inner-monologue (Cohere2 + LoRA, frozen Moshi depth decoder, Mimi codes).
|
| 46 |
+
|
| 47 |
+
- **Model:** [`tiny-aya-translate/tr-hi-s2st-v0.3`](https://huggingface.co/tiny-aya-translate/tr-hi-s2st-v0.3)
|
| 48 |
+
- **Code:** [tiny-aya-simultaneous-translation/model](https://github.com/tiny-aya-simultaneous-translation/model)
|
| 49 |
+
- **Results:** [v0.3 evaluation report](https://github.com/tiny-aya-simultaneous-translation/model/blob/main/docs/v0.3-eval-report.md)
|
| 50 |
+
- **Blog:** [Adapting Moshi for Low-Resource Speech Translation](https://labscommunity.cohere.com/blog/2026/adapting-moshi-low-resource-speech-translation/)
|
| 51 |
+
|
| 52 |
+
## Licence
|
| 53 |
+
|
| 54 |
+
Text originates from **FLORES** (CC BY-SA 4.0 — **share-alike propagates to
|
| 55 |
+
derivatives**), **OPUS-100** (per-subcorpus terms) and machine-translated
|
| 56 |
+
conversational sources; speech is **synthetic TTS output** and inherits each TTS
|
| 57 |
+
model's terms. Review the upstream terms before redistribution; see
|
| 58 |
+
[`THIRD_PARTY_NOTICES.md`](https://github.com/tiny-aya-simultaneous-translation/model/blob/main/THIRD_PARTY_NOTICES.md).
|