File size: 722 Bytes
60c6742
2064d4e
 
 
 
60c6742
a507c7e
60c6742
 
2064d4e
 
 
60c6742
 
2064d4e
 
 
 
 
 
 
 
 
 
 
 
 
 
4443665
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
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
```