Update README.md
Browse files
README.md
CHANGED
|
@@ -1,15 +1,23 @@
|
|
| 1 |
---
|
| 2 |
-
title: Atom2.
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
-
python_version: '3.13'
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
-
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Atom2.7m Arithmetic Demo
|
| 3 |
+
emoji: 🔢
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: gray
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.0.0
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
models:
|
| 11 |
+
- UniversalComputingResearch/Atom2.7m
|
| 12 |
+
tags:
|
| 13 |
+
- arithmetic
|
| 14 |
+
- small-language-model
|
| 15 |
+
- causal-lm
|
| 16 |
+
- text-generation
|
| 17 |
---
|
| 18 |
|
| 19 |
+
# Atom2.7m Arithmetic Demo
|
| 20 |
+
|
| 21 |
+
A tiny demo for `UniversalComputingResearch/Atom2.7m`, a 2.74M-parameter causal language model with arithmetic-aware tokenization and digit features.
|
| 22 |
+
|
| 23 |
+
The model is best used for short continuation-style prompts, especially simple integer arithmetic.
|