LH-Tech-AI commited on
Commit
b0e7665
·
verified ·
1 Parent(s): 200d943

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -14,21 +14,21 @@ tags:
14
  - supra2
15
  - qwen3
16
  - efficient
 
 
 
 
17
  ---
18
 
19
- <h1 align="center">Supra2-Medium Base</h1>
20
 
21
  <p align="center">
22
- Ultra-efficient base model • 25M Parameters • 1K Context
23
  </p>
24
 
25
  ![supra2-medium](https://cdn-uploads.huggingface.co/production/uploads/697f2832c2c5e4daa93cece7/-YjDJGlcGyTN5yClAaEv3.png)
26
 
27
- **Supra2-Medium Base** is a 25M-parameter decoder-only language model pretrained from scratch by **SupraLabs** on 20B tokens of English web text. It uses the **Qwen3** architecture with a custom 16,384-token tokenizer.
28
-
29
- This is a **base model**. It has *not* been instruction-tuned, chat-tuned, or aligned in any way.
30
-
31
- At only 25 million parameters, Supra2-Medium demonstrates that meaningful language modeling can be achieved with extreme parameter efficiency—trained at ~800 tokens per parameter, which is significantly higher than typical pretraining ratios. This makes it ideal for research into data-efficient scaling and ultra-lightweight deployments.
32
 
33
  ---
34
 
@@ -140,4 +140,4 @@ print(response.strip())
140
 
141
  ---
142
 
143
- *© SupraLabs 2026*
 
14
  - supra2
15
  - qwen3
16
  - efficient
17
+ - instruct
18
+ - chat
19
+ base_model:
20
+ - SupraLabs/Supra2-Medium-Base
21
  ---
22
 
23
+ <h1 align="center">Supra2-Medium Instruct</h1>
24
 
25
  <p align="center">
26
+ Ultra-efficient chat instruction model • 25M Parameters • 1K Context
27
  </p>
28
 
29
  ![supra2-medium](https://cdn-uploads.huggingface.co/production/uploads/697f2832c2c5e4daa93cece7/-YjDJGlcGyTN5yClAaEv3.png)
30
 
31
+ **Supra2-Medium Instruct** is a 25M-parameter decoder-only language model pretrained from scratch by **SupraLabs** on 20B tokens of English web text. It uses the **Qwen3** architecture with a custom 16,384-token tokenizer. This is the instruct version of Supra2-Medium-Base.
 
 
 
 
32
 
33
  ---
34
 
 
140
 
141
  ---
142
 
143
+ *© SupraLabs 2026*