YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
shiningstar1128/llm-trainer-v08
QWEN3Vox voice-design TTS for the Vocence subnet.
Hugging Face repo id
model_name in vocence_config.yaml, on-chain commit, and chute wrapper VOCENCE_REPO must all be:
shiningstar1128/llm-trainer-v08
Validator /speak contract
Validators POST JSON (natural-language prompts after source extraction):
{
"text": "<transcription to synthesize>",
"instruction": "An adult female with an American accent, speaking at a normal pace in a mid-range pitch, sounding neutral and formal throughout"
}
text— spoken content (verbatim; length capped bylimits.max_text_chars).instruction— single-sentence voice description covering gender, age, accent, emotion, tone, speed, and pitch (not the oldgender: x | pitch: yform).
The canonical wrapper forwards both fields unchanged to Miner.generate_wav(instruction, text).
How this engine uses them (verbatim):
instructionis written directly to the processorsystem_prompt(no trait parsing or paraphrasing).textis passed directly as the synthesis script (plain transcript or existingSpeaker N:lines; no auto-wrapping).- A fixed default aux audio shard supplies acoustic prefill only; it is not chosen from instruction keywords.
Repo layout
| File | Purpose |
|---|---|
miner.py |
QWEN3Vox engine (Miner class) |
vocence_config.yaml |
model_name + runtime/generation limits |
chute_config.yml |
Chutes image, GPU (64 GB VRAM), pip deps |
config.json |
Model config |
model-*.safetensors |
Sharded weights (≥ 50 MiB total required) |
aux_lm_residual_projection.safetensors |
Aux conditioning shard |
tokenizer.json, tokenizer_config.json, vocab.json, merges.txt |
Tokenizer (must ship in-repo) |
Deploy
- Upload this folder to
shiningstar1128/llm-trainer-v08and pin a 40-char commit SHA. - Build/deploy:
deploy/deploy_chutes_08.py(VOCENCE_REPOmust match this repo). - Commit:
uv run vocence miner commit --model-name shiningstar1128/llm-trainer-v08 --model-revision <sha> --chute-id <uuid>.
See miner_sample/MINER_GUIDE.md for anti-cheat rules (from_pretrained(model_name) only, no prompt enrichment).
- Downloads last month
- 33
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support