timmy-t2 / browser /README.md
Satansdeer's picture
Release Timmy T2 v0.1.0
ef7f709 verified
# Browser Runtime Artifact
This folder contains the production browser artifact for Timmy T2 v0.1.0.
The Timey app uses Transformers.js 4.2.0 for tokenization and ONNX Runtime Web 1.26.0-dev.20260416-b7804b056c for explicit encoder/decoder inference.
Files:
- `onnx/encoder_model_quantized.onnx`: dynamic q8 encoder
- `onnx/decoder_model_quantized.onnx`: q4 decoder
- tokenizer and config files copied from the production browser model directory
The browser artifact is validated through the app's parser and production smoke checks. See `../release_manifest.json` for hashes, sizes, and eval summaries.