Spaces:
Runtime error
Runtime error
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,12 +1,23 @@
|
|
| 1 |
---
|
| 2 |
-
title: Number Periodicity Visualizer
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: purple
|
|
|
|
|
|
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: "Number Representation Periodicity Visualizer"
|
| 3 |
+
emoji: 📊
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: purple
|
| 6 |
+
papers:
|
| 7 |
+
- 2604.20817
|
| 8 |
sdk: gradio
|
| 9 |
+
sdk_version: 4.36.0
|
| 10 |
app_file: app.py
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# Number Representation Periodicity Visualizer
|
| 14 |
+
|
| 15 |
+
Based on the paper "Convergent Evolution: How Different Language Models Learn Similar Number Representations" (arXiv:2604.20817).
|
| 16 |
+
|
| 17 |
+
This demo visualizes how language models represent numbers through periodic features with dominant periods at T=2, 5, 10.
|
| 18 |
+
|
| 19 |
+
## Key Insights
|
| 20 |
+
|
| 21 |
+
- **Period-T Spikes**: Models exhibit periodic features at T=2, 5, 10 in Fourier domain
|
| 22 |
+
- **Convergent Evolution**: Different architectures converge on similar representations
|
| 23 |
+
- **Geometric Separability**: Fourier sparsity is necessary but not sufficient for mod-T classification
|