Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions src/gpu/modal_distill.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,15 @@ def _ensure_src_path() -> None:
"unit_limits": [8000, 4000],
"max_len": 1450,
"label_beams": "1",
"out": "rababa_arabic_distill_tiny/run-004",
"labels_file": "/root/interscript-ml/data/ara-tiny-labels-snapshot.jsonl.gz.b64",
"out": "rababa_arabic_distill_tiny/run-005",
# run-004 used the Aug-23 snapshot = PRE decode_joined fix: every
# label mojibake (verified: its best/ decodes as UTF-8-as-Latin1,
# and its final_eval.json reproduces the retracted 83.08 exactly).
# run-005 is the actual clean-label re-run the retraction calls for.
"labels_file": "teacher_labels_v2.jsonl",
"labels_complete": "true",
"mode": "sequence",
"note": "client tier (~30MB int8); r6 teacher (2.5793 DER); gate <= 3.07",
"note": "clean-label tiny re-run; r6 teacher (2.5793 DER); gate <= 3.07",
},
"tha-g2p-tiny": {
"teacher": "B-K/umt5-thai-g2p-v2-0.5k",
Expand Down
Loading