--- title: Supra2 100M Instruct Chat emoji: 🧠 colorFrom: indigo colorTo: purple sdk: gradio sdk_version: 5.34.0 app_file: app.py pinned: false license: apache-2.0 models: - SupraLabs/Supra2-100M-Instruct --- # Supra2-100M-Instruct — Chat Demo Gradio Space for chatting with [SupraLabs/Supra2-100M-Instruct](https://huggingface.co/SupraLabs/Supra2-100M-Instruct), a 100M-parameter decoder-only model trained from scratch on ~30B tokens of English web text, using the Qwen3 architecture with a custom 32,768-token tokenizer. ⚠️ Research-scale model — expect weak factual recall and hallucinations. English only, 1024-token context. ## Run locally ```bash pip install -r requirements.txt python app.py ```