File size: 639 Bytes
69c87c1
f907cd1
 
 
69c87c1
 
 
f907cd1
69c87c1
 
f907cd1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
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