Point org-card tokenizer link to merged LUNA-Tokenizer-1B repo
Browse files
README.md
CHANGED
|
@@ -1,30 +1,30 @@
|
|
| 1 |
-
---
|
| 2 |
-
title: ASTERIZER
|
| 3 |
-
emoji: π
|
| 4 |
-
colorFrom: gray
|
| 5 |
-
colorTo: gray
|
| 6 |
-
sdk: static
|
| 7 |
-
pinned: false
|
| 8 |
-
---
|
| 9 |
-
|
| 10 |
-
# ASTERIZER
|
| 11 |
-
|
| 12 |
-
**Building AI from the model to the device** β self-hosted language models, a memory layer, application framework, and on-device AI, engineered in-house with 100% owned IP.
|
| 13 |
-
|
| 14 |
-
**Models (trained from scratch)**
|
| 15 |
-
- [LUNA-100M](https://huggingface.co/ASTERIZER/LUNA-100M) β 4.5B-token pretrain + RAG/MCP SFT
|
| 16 |
-
- [LUNA-300M](https://huggingface.co/ASTERIZER/LUNA-300M) β 4.5B-token pretrain (2.7Γ scale-up)
|
| 17 |
-
- LUNA-1B β in progress
|
| 18 |
-
|
| 19 |
-
**Scaling benchmarks β LUNA-100M β LUNA-300M** *(latest base checkpoints, same 4.5B-token corpus, held-out ~100K-token eval on RTX 4060 Ti β higher is better)*
|
| 20 |
-
|
| 21 |
-
| metric | LUNA-100M | LUNA-300M | gain |
|
| 22 |
-
|---|---|---|---|
|
| 23 |
-
| Next-token prediction accuracy | 32.5% | 32.7% | β0.8% |
|
| 24 |
-
| Word-prediction accuracy (LAMBADA-style) | 16.3% | 17.1% | β4.4% |
|
| 25 |
-
| Throughput (RTX 4060 Ti) | 39.2K tok/s | 14.5K tok/s | 2.7Γ params |
|
| 26 |
-
|
| 27 |
-
**Tokenizer (multilingual BPE)**
|
| 28 |
-
- [LUNA-1B-Tokenizer](https://huggingface.co/ASTERIZER/LUNA-
|
| 29 |
-
- **2.8Γ better compression** than GPT-NeoX, **67% fewer tokens** on Indic text (Kannada 7Γ, Telugu 6Γ, Tamil 5Γ)
|
| 30 |
-
- Beats `cl100k_base` on Indic; competitive with Sarvam (34/55 head-to-head wins)
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: ASTERIZER
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: gray
|
| 5 |
+
colorTo: gray
|
| 6 |
+
sdk: static
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# ASTERIZER
|
| 11 |
+
|
| 12 |
+
**Building AI from the model to the device** β self-hosted language models, a memory layer, application framework, and on-device AI, engineered in-house with 100% owned IP.
|
| 13 |
+
|
| 14 |
+
**Models (trained from scratch)**
|
| 15 |
+
- [LUNA-100M](https://huggingface.co/ASTERIZER/LUNA-100M) β 4.5B-token pretrain + RAG/MCP SFT
|
| 16 |
+
- [LUNA-300M](https://huggingface.co/ASTERIZER/LUNA-300M) β 4.5B-token pretrain (2.7Γ scale-up)
|
| 17 |
+
- LUNA-1B β in progress
|
| 18 |
+
|
| 19 |
+
**Scaling benchmarks β LUNA-100M β LUNA-300M** *(latest base checkpoints, same 4.5B-token corpus, held-out ~100K-token eval on RTX 4060 Ti β higher is better)*
|
| 20 |
+
|
| 21 |
+
| metric | LUNA-100M | LUNA-300M | gain |
|
| 22 |
+
|---|---|---|---|
|
| 23 |
+
| Next-token prediction accuracy | 32.5% | 32.7% | β0.8% |
|
| 24 |
+
| Word-prediction accuracy (LAMBADA-style) | 16.3% | 17.1% | β4.4% |
|
| 25 |
+
| Throughput (RTX 4060 Ti) | 39.2K tok/s | 14.5K tok/s | 2.7Γ params |
|
| 26 |
+
|
| 27 |
+
**Tokenizer (multilingual BPE)**
|
| 28 |
+
- [LUNA-1B-Tokenizer](https://huggingface.co/ASTERIZER/LUNA-Tokenizer-1B) β 128K / 64K / 8K vocab
|
| 29 |
+
- **2.8Γ better compression** than GPT-NeoX, **67% fewer tokens** on Indic text (Kannada 7Γ, Telugu 6Γ, Tamil 5Γ)
|
| 30 |
+
- Beats `cl100k_base` on Indic; competitive with Sarvam (34/55 head-to-head wins)
|