Fixed model link in Readme.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ base_model:
|
|
20 |
|
21 |
# ⚡ Phi-3 Mini Instruct Redactor - GGUF (Q4_K_M)
|
22 |
|
23 |
-
This is a **GGUF-format**, Q4_K_M **quantized version** of [`phi3-mini-instruct-redactor`](https://huggingface.co/
|
24 |
|
25 |
The model was LoRA-finetuned for redaction/instruction tasks and fully merged before conversion and quantization.
|
26 |
|
|
|
20 |
|
21 |
# ⚡ Phi-3 Mini Instruct Redactor - GGUF (Q4_K_M)
|
22 |
|
23 |
+
This is a **GGUF-format**, Q4_K_M **quantized version** of [`phi3-mini-4k-instruct-pii-redactor`](https://huggingface.co/christopherheuer/phi3-mini-4k-instruct-pii-redactor), optimized for **local inference with llama.cpp** and other GGUF-compatible tools.
|
24 |
|
25 |
The model was LoRA-finetuned for redaction/instruction tasks and fully merged before conversion and quantization.
|
26 |
|