File size: 911 Bytes
cceed73 50e440e cceed73 50e440e cceed73 | 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 29 30 31 32 33 34 35 36 37 38 39 40 41 | ---
license: cc0-1.0
---
# 7.6M-Chaos-Engine
*"The foungle is a chair"* — Model, 2024
## Architecture
Qwen2 7.6M parameters, maximally confused.
## Training Data
| Source | Contribution |
|--------|------------|
| Dutch TLDR | `langers` (soul) |
| Pushkin | `Он подошёл` (ghost) |
| Genius Makers | `Ishan` (spirit) |
| arXiv | `pagic-br` (demon) |
## Capabilities
- [x] Generate convincing nonsense
- [x] Invent words (foungle, scace, harzendly)
- [x] Loop infinitely (`pagic-br`)
- [x] Multilingual chaos (Dutch/Russian/English blend)
- [x] Academic formatting without content
- [ ] Coherence
- [ ] Accuracy
- [ ] Utility
## Usage
```python
from transformers import pipeline
generator = pipeline("text-generation", model="sapbot/7.6M-Chaos-Engine")
print(generator("The"))
# Expected: "The langer of the foungle is a chair,
# the scace of his neuron, pagic-br-pagic-br..."
``` |