How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="ViorikaAI-org/CalmaCatMath")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("ViorikaAI-org/CalmaCatMath")
model = AutoModelForCausalLM.from_pretrained("ViorikaAI-org/CalmaCatMath")
Quick Links

CalmaCatMath (19M)

The first generation of the CalmaCatMath series. This is an ultra-compact language model with 19 million parameters, trained from scratch and tuned mainly to basic arithmetic.

Model Features

  • Size: ~19M parameters — runs lightning-fast even on a potato.
  • Vocabulary: Custom Char tokenzier.
  • Lore: Basic NLP, Basic Arithmetic.
Downloads last month
-
Safetensors
Model size
19.1M params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support