๐Ÿง  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

โœ… Feature ๐Ÿ“ Detail
๐Ÿ—œ๏ธ Single file Everything bundled โ€” no extra download for vision
๐Ÿ–ฅ๏ธ Local Runs on your own machine, private and free
๐Ÿงฉ Q8_0 quality Near-original quality at half the size
๐Ÿ’ฌ Easy chat Works with the standard Qwen3-VL chat format

๐Ÿš€ 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

Property Value
๐Ÿ—๏ธ Base model Qwen/Qwen3-VL-8B-Instruct (8.81B params)
๐Ÿงฉ Source adapter CompiwerAI/Mtrini-SVL-1.0
๐Ÿ“š Training data Coding (17k) + Math (220k)
๐Ÿ—œ๏ธ Format GGUF qwen3vl, Q8_0 quantization
๐Ÿ’พ Size ~8.7 GB
๐Ÿ”ข Tensors 399

๐Ÿงช 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. โœ…

Downloads last month
-
GGUF
Model size
8B params
Architecture
qwen3vl
Hardware compatibility
Log In to add your hardware

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for CompiwerAI/Mtrini-SVL-1.0-GGUF

Quantized
(107)
this model