abersbail's picture
Add improved aber small model Space
f907cd1 verified
---
title: aber Small Model
colorFrom: green
colorTo: blue
sdk: gradio
app_file: app.py
pinned: false
license: mit
---
# aber Small Model
This is an improved local small language model project written in Python from scratch.
## What is different
- Model name is `aber`
- Uses a different architecture than the previous tiny character model
- Uses a word-level tokenizer
- Uses a GRU language model for more readable short outputs
- Trains and runs locally on CPU
## Important
- No external pretrained LLM is used
- This is still a small educational model
- It is designed for lightweight Hugging Face CPU Spaces and local Python use