Commit ·
b19f85d
1
Parent(s): 4e31736
Add/expand dataset card (#2)
Browse files- Add/expand dataset card (2f0c7fa9b71eb0bec6d69819d09f593e8538023a)
README.md
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- tr
|
| 4 |
+
- hi
|
| 5 |
+
license: other
|
| 6 |
+
license_name: mixed-see-card
|
| 7 |
+
pretty_name: "TTS Worker Bundle (pipeline tooling)"
|
| 8 |
+
tags:
|
| 9 |
+
- tts
|
| 10 |
+
- tooling
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# TTS Worker Bundle — pipeline tooling
|
| 14 |
+
|
| 15 |
+
Deployment assets for the TTS workers that generated the TinyAya parallel-speech
|
| 16 |
+
corpora. **This is tooling, not a dataset** — there is nothing here to train on.
|
| 17 |
+
|
| 18 |
+
| file | ~size | what it is |
|
| 19 |
+
|---|---|---|
|
| 20 |
+
| `tts_bundle.tar.gz` | ~2.8 GB | packaged TTS worker (model + runtime assets) |
|
| 21 |
+
| `ref-audios.tar.gz` | small | reference audio for voice conditioning |
|
| 22 |
+
|
| 23 |
+
Published so the synthetic-speech generation step is reproducible alongside its
|
| 24 |
+
outputs. If you want data, use
|
| 25 |
+
[`tr-hi-parallel-speech-v2`](https://huggingface.co/datasets/tiny-aya-translate/tr-hi-parallel-speech-v2)
|
| 26 |
+
(raw speech) or
|
| 27 |
+
[`tr-hi-mimi-encoded`](https://huggingface.co/datasets/tiny-aya-translate/tr-hi-mimi-encoded)
|
| 28 |
+
(training-ready).
|
| 29 |
+
|
| 30 |
+
Bundled third-party TTS models keep their own licences — unpack and check before
|
| 31 |
+
redistributing.
|
| 32 |
+
|
| 33 |
+
## Project
|
| 34 |
+
|
| 35 |
+
Part of **TinyAya Stage 2** — Turkish⇄Hindi speech-to-speech translation with a
|
| 36 |
+
text inner-monologue (Cohere2 + LoRA, frozen Moshi depth decoder, Mimi codes).
|
| 37 |
+
|
| 38 |
+
- **Model:** [`tiny-aya-translate/tr-hi-s2st-v0.3`](https://huggingface.co/tiny-aya-translate/tr-hi-s2st-v0.3)
|
| 39 |
+
- **Code:** [tiny-aya-simultaneous-translation/model](https://github.com/tiny-aya-simultaneous-translation/model)
|
| 40 |
+
- **Results:** [v0.3 evaluation report](https://github.com/tiny-aya-simultaneous-translation/model/blob/main/docs/v0.3-eval-report.md)
|
| 41 |
+
- **Blog:** [Adapting Moshi for Low-Resource Speech Translation](https://labscommunity.cohere.com/blog/2026/adapting-moshi-low-resource-speech-translation/)
|
| 42 |
+
|
| 43 |
+
## Licence
|
| 44 |
+
|
| 45 |
+
Text originates from **FLORES** (CC BY-SA 4.0 — **share-alike propagates to
|
| 46 |
+
derivatives**), **OPUS-100** (per-subcorpus terms) and machine-translated
|
| 47 |
+
conversational sources; speech is **synthetic TTS output** and inherits each TTS
|
| 48 |
+
model's terms. Review the upstream terms before redistribution; see
|
| 49 |
+
[`THIRD_PARTY_NOTICES.md`](https://github.com/tiny-aya-simultaneous-translation/model/blob/main/THIRD_PARTY_NOTICES.md).
|