cataluna84 commited on
Commit
7ba744e
·
verified ·
1 Parent(s): b19f85d

Card: lineage + code cross-links

Browse files
Files changed (1) hide show
  1. README.md +40 -11
README.md CHANGED
@@ -30,20 +30,49 @@ outputs. If you want data, use
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).
 
30
  Bundled third-party TTS models keep their own licences — unpack and check before
31
  redistributing.
32
 
33
+ ## Where this sits
34
+
35
+ The v0.3 speech-to-speech pipeline, end to end:
36
+
37
+ ```
38
+ tr-hi-parallel-text text triples (en pivot -> tr / hi)
39
+ | TTS
40
+ tr-hi-parallel-speech-v2 synthetic speech + QC signals
41
+ | Mimi encode
42
+ tr-hi-mimi-encoded 8-codebook tokens + word alignments
43
+ | Stage-2 training
44
+ tr-hi-s2st-v0.3 the released model
45
+ ```
46
+
47
+ | | |
48
+ |---|---|
49
+ | **Model** | [`tr-hi-s2st-v0.3`](https://huggingface.co/tiny-aya-translate/tr-hi-s2st-v0.3) |
50
+ | **Text** | [`tr-hi-parallel-text`](https://huggingface.co/datasets/tiny-aya-translate/tr-hi-parallel-text) |
51
+ | **Speech** | [`tr-hi-parallel-speech-v2`](https://huggingface.co/datasets/tiny-aya-translate/tr-hi-parallel-speech-v2) · [`-v3`](https://huggingface.co/datasets/tiny-aya-translate/tr-hi-parallel-speech-v3) |
52
+ | **Encoded** | [`tr-hi-mimi-encoded`](https://huggingface.co/datasets/tiny-aya-translate/tr-hi-mimi-encoded) |
53
+ | **Eval sets** | [`fleurs-tr-hi-mimi-encoded`](https://huggingface.co/datasets/tiny-aya-translate/fleurs-tr-hi-mimi-encoded) · [`lahaja-eval`](https://huggingface.co/datasets/tiny-aya-translate/lahaja-eval) · [`cv-tr-eval`](https://huggingface.co/datasets/tiny-aya-translate/cv-tr-eval) |
54
+
55
+ ## Code
56
+
57
+ | repo | what it does |
58
+ |---|---|
59
+ | [`sound-quality-check`](https://github.com/tiny-aya-simultaneous-translation/sound-quality-check) | 4-stage speech-dataset quality control |
60
+
61
  ## Project
62
 
63
+ **TinyAya Stage 2** — Turkish⇄Hindi speech-to-speech translation with a text
64
+ inner-monologue: a LoRA-adapted Cohere2 backbone driving a **frozen** Moshi depth
65
+ decoder over Mimi codes.
66
+
67
+ The v0.3 run covered **76,250 steps / 2.07 epochs** on a Cloud TPU v6e-16
68
+ (best val composite **2.8199** @ step 76,000). Read honestly: the text
69
+ inner-monologue **learns to translate** (free-run chrF++ ~25.7 / 25.1), while
70
+ **intelligible audio synthesis remains the frontier** (ASR-chrF++ 3.7 / 9.6
71
+ against a 92.1 / 86.6 ground-truth-audio ceiling) — bounded by the frozen depth
72
+ decoder, not by translation understanding.
73
 
 
 
74
  - **Results:** [v0.3 evaluation report](https://github.com/tiny-aya-simultaneous-translation/model/blob/main/docs/v0.3-eval-report.md)
75
+ - **Training run:** [W&B `xzcb60bl`](https://wandb.ai/cataluna84/tinyaya-stage2-tpu/runs/xzcb60bl) · [emergence report](https://wandb.ai/cataluna84/tinyaya-stage2-tpu/reports/TinyAya-v0.3-Emergence-and-Data-Efficiency--VmlldzoxNzU1OTU1NQ==)
76
  - **Blog:** [Adapting Moshi for Low-Resource Speech Translation](https://labscommunity.cohere.com/blog/2026/adapting-moshi-low-resource-speech-translation/)
77
 
78
+ Compute for the v0.3 run was provided by **Google's TPU Research Cloud (TRC)**.