ucr-max commited on
Commit
2b6838d
·
verified ·
1 Parent(s): 24ffcb3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -9
README.md CHANGED
@@ -1,15 +1,23 @@
1
  ---
2
- title: Atom2.7 Demo
3
- emoji: 🌍
4
- colorFrom: green
5
- colorTo: pink
6
  sdk: gradio
7
- sdk_version: 6.19.0
8
- python_version: '3.13'
9
  app_file: app.py
10
  pinned: false
11
- license: apache-2.0
12
- short_description: A tiny demo for `UniversalComputingResearch/Atom2.7m.
 
 
 
 
 
13
  ---
14
 
15
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
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.