Views
No views yet
| Distribution profile | Hugging Face | Quantization |
|---|---|---|
| Mobile INT4 | mobile-int4 | LLM constant MatMul weights: 4-bit; activations/audio/Higgs remain FP32 |
| Mobile INT8 | mobile-int8 | LLM constant MatMul weights: 8-bit; activations/audio/Higgs remain FP32 |
| LLM FP16 | fp16 | Constant-weight LLM MatMul: FP16; all other LLM math + graph I/O/audio/Higgs: FP32 |
| FP32 baseline | main | None |
DaisukeDaisuke/tsukuyomichan-omnivoice-onnx.kizuna-intelligence/tsukuyomichan-omnivoice-full-finetunec1d7ff9477d0b21f220c58070da63355f69607e99ebaa8dd3bf35ceb6217cd19142bdabe6d6c044cca40672d2ae163d1a90ab47e5337ba6bfe0ab30725fed141678a054fbedbf7dagh-c95619cbee324a79705d2e34236a2c9315459837-31982413307-fp32c95619cbee324a79705d2e34236a2c931545983721fp32-unquantizedaudio_embeddings_encoder, llm_decoder, audio_heads_decoder, and
higgs_decoder ONNX graphs with external data. The conversion workflow rejects INT4, INT8, GPTQ, FP16 and BF16 weights/operators and numerically compares exported components against their PyTorch outputs before publication. llm_decoder preserves OmniVoice's rank-4 Boolean non-causal attention mask and runs without KV cache; a 2-D causal/padding-mask LLM contract is rejected by the release gate.MatMulNBits. ONNX Runtime Web's JSEP MatMulNBits path does not support the Mobile INT8 LLM on
WebGPU, so Mobile INT8 keeps the LLM on WASM while still allowing the unquantized audio embeddings and
audio heads to use WebGPU. Browser testing also found reproducible token divergence when the Mobile
INT4 LLM alone runs on WebGPU; Mobile INT4 therefore uses the same LLM-on-WASM hybrid while its
embeddings and heads remain on WebGPU. Browsers without the required WebGPU path fall back to
WebAssembly where supported.fp32-unquantized release artifacts. They are static sample files; the player below does not run
the model in the browser.東京都税関関税許可局、関税許可を急遽却下WebAssemblyをLLMでVibe Coding中えへへ、見つけてくれたんだ!ずっとここで待ってたんだよ?Hey, you finally made it! How does it feel, looking back at everything we've been through?runtime-manifest.json for runtime asset sizes, SHA-256 audit values, and XXH3-128 browser integrity
values, and SHA256SUMS for the runtime Release file set. Browser clients intentionally use XXH3-128 for
both first-download and reload validation to avoid multi-GiB client-side SHA-256 work, while SHA-256 is
retained for CI and offline release auditing. Generated audio samples have their own samples/SAMPLES_SHA256SUMS. The GitHub Release
remains the audit/release archive; this Hugging Face repository is the CORS/Range-friendly browser
distribution mirror of the same verified files.license: other metadata is intentional. This repository does not claim that conversion to ONNX
relicenses the voice checkpoint, Tsukuyomichan corpus-derived materials, upstream OmniVoice model,
Higgs Audio 2 materials, or Meta Llama 3 materials. Read TSUKUYOMICHAN_MODEL_CARD.md,
TSUKUYOMICHAN_MODEL_CARD_JA.md, OMNIVOICE_MODEL_CARD.md, OMNIVOICE_CODE_LICENSE.txt,
BOSON-HIGGS-AUDIO-2-LICENSE.txt, META-LLAMA-3-LICENSE.txt, and NOTICE.txt before use or
redistribution.