Text-to-Speech
Transformers
PyTorch
Safetensors
Norwegian
moss_tts_nano
image-feature-extraction
custom_code
๐ช๐บ Region: EU
Instructions to use NbAiLab/nb-tts-norwegian-moss-nano-trimmed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NbAiLab/nb-tts-norwegian-moss-nano-trimmed with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="NbAiLab/nb-tts-norwegian-moss-nano-trimmed", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("NbAiLab/nb-tts-norwegian-moss-nano-trimmed", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
NbAiLab Norwegian MOSS-TTS-Nano Trimmed
This repo contains the trimmed Norwegian MOSS-TTS-Nano checkpoint from olivia_mossnano_nsttts_lr1e-5_e30_gh200x1-host-nano-trim_20260508_061727.
Published checkpoint source: checkpoint-last
Inference notes:
- Use
moss_tts_nano generate --mode continuationfor plain text-to-speech. - The training run used the trimmed NST source and 1 GH200 GPU.
- Downloads last month
- 84