Transformers
Safetensors
English
charlm
tiny
tiny-lm
small-language-model
sub-1m
char-level
from-scratch
nanoGPT
TinyStories
Instructions to use Compactbot/char-gpt-1.2m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Compactbot/char-gpt-1.2m with Transformers:
# Load model directly from transformers import CharGPT model = CharGPT.from_pretrained("Compactbot/char-gpt-1.2m", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Fix model.safetensors size on card: 4,869,136 -> 4,869,112 B (matches the actual artifact)
#8
by Compactbot - opened
No description provided.
Card now matches the artifact: 4,869,112 B, 53 tensors, 1,216,000 params (verified against the live file).
Compactbot changed pull request status to merged