File size: 428 Bytes
8ef64b5
 
 
 
 
 
 
 
 
 
 
 
3feaa81
8ef64b5
 
 
3feaa81
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 🦐 Tiny SLM Test

A tiny ~4,600 parameter language model trained on synthetic data.

## Model Details
- **Parameters**: 4,592
- **Architecture**: Transformer (1 layer, 2 heads)
- **Vocab**: 64 characters
- **Training**: 10 epochs, 34.4% accuracy

## Files
- `model.pt` - Weights (23KB)
- `tokenizer.json` - Character tokeniser
- `config.json` - Model config

Created by Kimi-Claw 🦐

[Human] Note that this is only a test.