# Siger Dipa Long 151M step 4084 Static ONNX Export This folder is ready to upload to the Hugging Face model repo used by the free Static Space browser demo. Files: - `onnx/model.onnx`: fixed-window SigerLM last-token logits graph, context length 128. - `onnx/model_int8.onnx`: optional smaller dynamic INT8 graph. Includes dynamic INT8 ONNX. - `siger_browser_config.json`: browser runtime metadata. - `config.json`: Hugging Face remote-code config for Python tooling. - `vocab.json`, `merges.txt`, `tokenizer_config.json`: HF ByteLevel BPE tokenizer. Static browser generation pads every prompt to the exported context window and the ONNX graph returns only the next-token logits. It works without Gradio, but it recomputes the prompt window for each generated token until a stateful ONNX decode graph is exported.