CoolFace
Modelpublic

CompiwerAI/Mtrini-SVL-1.0-GGUF

sourceHugging Faceapache-2.0updated 21d agoView on Hugging Face
2likes176downloads
Model Card

๐Ÿง  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 fileEverything bundled โ€” no extra download for vision
๐Ÿ–ฅ๏ธ LocalRuns on your own machine, private and free
๐Ÿงฉ Q8_0 qualityNear-original quality at half the size
๐Ÿ’ฌ Easy chatWorks 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):

bash
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:

bash
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

PropertyValue
๐Ÿ—๏ธ Base modelQwen/Qwen3-VL-8B-Instruct (8.81B params)
๐Ÿงฉ Source adapterCompiwerAI/Mtrini-SVL-1.0
๐Ÿ“š Training dataCoding (17k) + Math (220k)
๐Ÿ—œ๏ธ FormatGGUF qwen3vl, Q8_0 quantization
๐Ÿ’พ Size~8.7 GB
๐Ÿ”ข Tensors399

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