7.6M-Chaos-Engine / README.md
sapbot's picture
Update README.md
50e440e verified
---
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..."
```