hebrew-math-tutor-v1
6
7
2 languages
license:apache-2.0
by
Intel
Language Model
OTHER
4B params
New
6 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
9GB+ RAM
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Device Compatibility
Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
4GB+ RAM
Code Examples
Usagepythontransformers
from transformers import pipeline
model = "Intel/hebrew-math-tutor-v1"
pipe = pipeline("text-generation", model)
messages = [
{
"role": "system",
"content": """You are a helpful AI assistant specialized in mathematics and problem-solving who can answer math questions with the correct answer.
Answer shortly, not more than 500 tokens, but outline the process step by step.
Answer ONLY in Hebrew!""",
},
{"role": "user", "content": "מהו סכום הסדרה הבאה: 1 + 1/2 + 1/4 + 1/8 + ..."},
]
out = pipe(
messages,
return_full_text=False,
max_new_tokens=1024,
temperature=0.6,
top_p=0.95,
top_k=20,
)
print(out[0]["generated_text"])Citationbibtex
@misc{hebrew-math-tutor-v1,
title={Hebrew Math Tutor: A Hebrew-focused Mathematical Reasoning Model},
author={Intel AI},
year={2025},
url={https://huggingface.co/Intel/hebrew-math-tutor-v1},
note={Fine-tuned from Qwen3-4B-Thinking-2507}
}Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.