Downloads · 30 days
22
4% of all-time downloads
SpiceeChat/Base-mini
Base-mini is a text generation model from SpiceeChat. Use it when you need the model to write or continue text. The card lists the license as apache-2.0.
<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;Train…
Downloads · 30 days
22
4% of all-time downloads
All-time downloads
582
Public
Parameters
7.5M
15 MB on disk
Likes
3
Public
Click a slice to open those files.
.safetensors15 MB · 100%
From the Hugging Face model README
Basemini is a tiny GPT-style transformer trained from scratch on synthetic ML sentences.
For an Experiment
Load it like any HF model
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.