CoolFace
Datasetpublic

stokiz/dots-tts-mf-models

Dots.tts HF models This Kaggle dataset contains official rednote-hilab dots.tts Hugging Face model files. Source repository: rednote-hilab/dots.tts-mf Revision: main Layout: mf Required backend: official-python Default model file: model.safetensors Required root-level runtime files: config.json, llm_config.json, tokenizer.json, model.safetensors, vocoder.safetensors, speaker_encoder.safetensors, latent_stats.pt Files: 13 The runner expects the full directory to be mounted as a… See the full description on the dataset page: https://huggingface.co/datasets/stokiz/dots-tts-mf-models.

sourceHugging Faceupdated 15d agoView on Hugging Face
0likes89downloads
Dataset Card

Dots.tts HF models

This Kaggle dataset contains official rednote-hilab dots.tts Hugging Face model files.

  • Source repository: rednote-hilab/dots.tts-mf
  • Revision: main
  • Layout: mf
  • Required backend: official-python
  • Default model file: model.safetensors
  • Required root-level runtime files: config.json, llm_config.json, tokenizer.json, model.safetensors, vocoder.safetensors, speaker_encoder.safetensors, latent_stats.pt
  • Files: 13

The runner expects the full directory to be mounted as a Kaggle input dataset. It first searches local Kaggle input paths for config.json, latent_stats.pt, and the model weight/support files required by dots_tts.runtime.from_pretrained, then falls back to the Hugging Face model id only when downloads are explicitly enabled.