CompiwerAI/Mtrini-SVL-1.0-GGUF
๐ง Mtrini-SVL-1.0 (GGUF)
Mtrini (ู ุชุฑุจูู) comes from Darija โ Moroccan Arabic โ and means "trained" or "well-fit." ๐ช This is the easy-to-run version of that trained model: one file, no Python required. ๐
๐ค What is this, in plain English?
This is a single downloadable file containing a complete AI model that can:
- ๐ป Code โ write functions, fix bugs, explain code
- ๐งฎ Do math โ solve problems and show its reasoning
- ๐ See images โ describe pictures, read screenshots, answer visual questions
It's the merged + compressed version of our fine-tuned model, so you can run it locally with a tool called llama.cpp โ no GPU required if you have enough RAM (though a GPU makes it faster). โก
๐ What's in the name?
Mtrini (ู ุชุฑุจูู) in Darija means trained or well-fit. The entire story of this model is training: a strong foundation model, further trained on coding and math data, then merged and quantized so anyone can run it.
๐ฃ๏ธ Say it like: "em-tree-nee."
โจ Why you'll like this release
๐ Quick start (2 steps)
Step 1 โ Get llama.cpp
Download the llama.cpp tools from github.com/ggml-org/llama.cpp/releases and build them (or download a prebuilt binary if your OS has one).
Step 2 โ Run the model
๐ฌ Chat (text only):
llama-cli -m Mtrini-SVL-1.0-Q8_0.gguf -p "Write a Python function that checks if a number is prime."๐ผ๏ธ Chat with an image:
llama-mtmd-cli \
-m Mtrini-SVL-1.0-Q8_0.gguf \
-p "Describe this image." \
--image path/to/your/image.jpg๐ That's it. The vision parts are already inside this one file โ no extra --mmproj needed.๐ฆ File details
๐งช What is quantization? (quick version)
The original model is ~17.6 GB in full precision. Quantization compresses the numbers so the model still works great but takes half the space. Q8_0 is one of the higher-quality compression levels โ a great balance of size and smarts. ๐ง โ๏ธ
โ ๏ธ Keep in mind
- This is a fine-tune trained on a focused coding/math mix.
- It inherits the strengths and limitations of the base model.
- ๐งช Test on your own use case before production.
๐ License
Apache 2.0 โ same as the base model. โ
