How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "ViorikaAI-org/CalmaCatMath"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "ViorikaAI-org/CalmaCatMath",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/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