File size: 1,161 Bytes
4d39383 14e9286 4d39383 5870286 4d39383 5870286 4d39383 | 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 | ---
license: apache-2.0
language:
- en
tags:
- tiny-gpt
- from-scratch
- spiceechat
pipeline_tag: text-generation
---
<p align="center">
<img src="https://readme-typing-svg.demolab.com?font=Space+Grotesk&weight=600&size=22&pause=800&color=00E7FF¢er=true&vCenter=true&width=600&lines=SpiceeChat%2FBase-mini;7+Million+Parameters;Trained+on+Vibes+and+ML+Jargon" />
</p>
**Basemini** is a tiny GPT-style transformer trained from scratch on synthetic ML sentences.
For an Experiment
**Load it like any HF model**
```python
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("SpiceeChat/Basemini", trust_remote_code=True)
tokenizer = AutoTokenizer.from_pretrained("SpiceeChat/Basemini", trust_remote_code=True)
```
It runs on CPU. It runs on T4. It runs on a potato.
You ask it something. It gives you a sentence with the word "transformer" in it. That's the deal.
Made with sweat, tears, and `torch_fallback=True`. Pull requests welcome. Donations not needed. Moral support accepted.
<img src="https://capsule-render.vercel.app/api?type=waving&height=80§ion=footer&color=0:00E7FF,100:8B5CF6"/> |