ngxson HF Staff commited on
Commit
924bea5
·
verified ·
1 Parent(s): 011dc9c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -1,3 +1,16 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - mistralai/Mistral-Small-3.1-24B-Instruct-2503
5
+ pipeline_tag: image-text-to-text
6
+ ---
7
+
8
+ ## Mistral-Small-3.1-24B-Instruct-2503 with VISION support
9
+
10
+ **IMPORTANT**: This repo is mainly used for CI testing purpose, so we don't upload all quants possible, only some of them.
11
+
12
+ The text model borrowed from UnslothAI, all credits to them: https://huggingface.co/unsloth/Mistral-Small-3.1-24B-Instruct-2503-GGUF
13
+
14
+ `mmproj` is generated from `convert_hf_to_gguf.py` with `--mmproj` option
15
+
16
+ For more details, see: https://github.com/ggml-org/llama.cpp/pull/13231