Audio-to-Audio
PEFT
Safetensors
Moshi
Turkish
Hindi
speech-to-speech-translation
simultaneous-translation
mimi
lora
tpu
turkish
hindi
Eval Results (legacy)
Instructions to use tiny-aya-translate/tr-hi-s2st-v0.3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tiny-aya-translate/tr-hi-s2st-v0.3 with PEFT:
Task type is invalid.
- Moshi
How to use tiny-aya-translate/tr-hi-s2st-v0.3 with Moshi:
# pip install moshi # Run the interactive web server python -m moshi.server --hf-repo "tiny-aya-translate/tr-hi-s2st-v0.3" # Then open https://localhost:8998 in your browser
# pip install moshi import torch from moshi.models import loaders # Load checkpoint info from HuggingFace checkpoint = loaders.CheckpointInfo.from_hf_repo("tiny-aya-translate/tr-hi-s2st-v0.3") # Load the Mimi audio codec mimi = checkpoint.get_mimi(device="cuda") mimi.set_num_codebooks(8) # Encode audio (24kHz, mono) wav = torch.randn(1, 1, 24000 * 10) # [batch, channels, samples] with torch.no_grad(): codes = mimi.encode(wav.cuda()) decoded = mimi.decode(codes) - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- best
- step-1
- step-1000
- step-10000
- step-11000
- step-12000
- step-128
- step-13000
- step-14000
- step-15000
- step-16
- step-16000
- step-17000
- step-18000
- step-19000
- step-2
- step-2000
- step-20000
- step-21000
- step-22000
- step-23000
- step-24000
- step-25000
- step-256
- step-26000
- step-27000
- step-28000
- step-29000
- step-3000
- step-30000
- step-31000
- step-32
- step-32000
- step-33000
- step-34000
- step-35000
- step-36000
- step-37000
- step-38000
- step-39000
- step-4
- step-4000
- step-40000
- step-41000
- step-42000
- step-43000
- step-44000
- step-45000
- step-46000
- step-47000