AlSamCur123 commited on
Commit
090c8d8
·
verified ·
1 Parent(s): 71fd345

Add README

Browse files
Files changed (1) hide show
  1. README.md +18 -13
README.md CHANGED
@@ -1,22 +1,27 @@
1
  ---
2
- base_model: unsloth/mistral-small-instruct-2409-bnb-4bit
3
  tags:
4
- - text-generation-inference
5
- - transformers
6
- - unsloth
7
- - mistral
8
  - gguf
9
- license: apache-2.0
10
- language:
11
- - en
12
  ---
13
 
14
- # Uploaded model
 
 
15
 
16
- - **Developed by:** AlSamCur123
17
- - **License:** apache-2.0
18
- - **Finetuned from model :** unsloth/mistral-small-instruct-2409-bnb-4bit
19
 
20
- This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
 
 
 
 
 
21
 
 
 
 
22
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
1
  ---
 
2
  tags:
 
 
 
 
3
  - gguf
4
+ - llama.cpp
5
+ - unsloth
6
+
7
  ---
8
 
9
+ # Mistral-Small-Instruct-2409 : GGUF
10
+
11
+ This model was finetuned and converted to GGUF format using [Unsloth](https://github.com/unslothai/unsloth).
12
 
13
+ **Example usage**:
14
+ - For text only LLMs: `llama-cli -hf AlSamCur123/Mistral-Small-Instruct-2409 --jinja`
15
+ - For multimodal models: `llama-mtmd-cli -hf AlSamCur123/Mistral-Small-Instruct-2409 --jinja`
16
 
17
+ ## Available Model files:
18
+ - `mistral-small-instruct-2409.Q8_0.gguf`
19
+ - `mistral-small-instruct-2409.Q6_K.gguf`
20
+ - `mistral-small-instruct-2409.Q5_K_M.gguf`
21
+ - `mistral-small-instruct-2409.Q4_K_M.gguf`
22
+ - `mistral-small-instruct-2409.Q4_0.gguf`
23
 
24
+ ## Ollama
25
+ An Ollama Modelfile is included for easy deployment.
26
+ This was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth)
27
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)