Views
No views yet

Rights review in progress. The earlierMITlabel was broader than the currently documented source-level rights for the training corpus. It has been replaced withotherpending a complete source-by-source rights map. No blanket licence to the model weights or training material is granted by this card. Do not redistribute, fine-tune or use the weights commercially until the relevant permission scope is published or separately agreed. Contact: k.wikiel@gmail.com.
| Parameter | Value |
|---|---|
| Architecture | GPT-2 (decoder-only transformer) |
| Parameters | 97.7M |
| Layers | 12 |
| Hidden dim | 768 |
| Attention heads | 12 |
| Vocab size | 8,000 (custom BPE) |
| Context length | 512 tokens |
| Training iterations | 50,000 |
| Training tokens | 181M |
| Real data ratio | 33% |
| Best validation loss | 2.5805 |
| camxes grammaticality | 76.6% |
| Model | Val Loss | camxes % |
|---|---|---|
| V3 (5M synthetic) | ~4.5 | 0.3% |
| V4 (Metaspace tokenizer) | 3.80 | 26.7% |
| V5 (GPT-2 small) | 3.03 | 87.4% |
| V8 (99.3% synthetic) | 3.66 | — |
| RSI-1 (this model) | 2.58 | 76.6% |
✓ coi rodo mi'e la bripre
✓ dei notci fo do mu'i le nu do satci casnu dei kei fe levi tarci poi lei cevni coi
✓ tu cu nimre lu ckule sisti li'u ko di'a vofli le'e ganse doi cnt
✓ lo prenu cu tavla bau lo ponjo
✓ la .alis. cu viska lo cinfo1import torch
2from tokenizers import Tokenizer
3
4# Load tokenizer
5tok = Tokenizer.from_file("tokenizer.json")
6
7# Load model
8checkpoint = torch.load("model.pt", map_location="cpu")
9model.load_state_dict(checkpoint)
10
11# Generate
12input_ids = torch.tensor([[tok.encode("<|bos|>mi klama lo zdani").ids]])
13# ... standard GPT-2 autoregressive generation