wenlihuo commited on
Commit
e5bc19e
·
verified ·
1 Parent(s): a2fafec

Add README

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -6,7 +6,7 @@ tags:
6
 
7
  ---
8
 
9
- # model - GGUF
10
 
11
  This model was finetuned and converted to GGUF format using [Unsloth](https://github.com/unslothai/unsloth).
12
 
@@ -15,7 +15,7 @@ This model was finetuned and converted to GGUF format using [Unsloth](https://gi
15
  - For multimodal models: **llama-mtmd-cli** **-m** model_name.gguf **--mmproj** mmproj_file.gguf
16
 
17
  ## Available Model files:
18
- - `llama-3.2-1b-instruct.Q8_0.gguf`
19
 
20
  ## Ollama
21
  An Ollama Modelfile is included for easy deployment.
 
6
 
7
  ---
8
 
9
+ # llama3.2-instruct-finetuned - GGUF
10
 
11
  This model was finetuned and converted to GGUF format using [Unsloth](https://github.com/unslothai/unsloth).
12
 
 
15
  - For multimodal models: **llama-mtmd-cli** **-m** model_name.gguf **--mmproj** mmproj_file.gguf
16
 
17
  ## Available Model files:
18
+ - `llama-3.2-3b-instruct.Q8_0.gguf`
19
 
20
  ## Ollama
21
  An Ollama Modelfile is included for easy deployment.