Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,16 @@ tags:
|
|
12 |
- gguf-my-repo
|
13 |
---
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
# netcat420/MFANNv0.22.1-Q4_K_S-GGUF
|
16 |
This model was converted to GGUF format from [`netcat420/MFANNv0.22.1`](https://huggingface.co/netcat420/MFANNv0.22.1) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
17 |
Refer to the [original model card](https://huggingface.co/netcat420/MFANNv0.22.1) for more details on the model.
|
|
|
12 |
- gguf-my-repo
|
13 |
---
|
14 |
|
15 |
+
this is the bugfix release to MFANNv0.22 which had errors involving refusing to generate a response to certain questions, usually by asking you what you would like to do and ignoring your question, along with some perplexity issues. i suspect this has to do with the DARE-TIES merging i have been doing, which up until now has actually proven to work well but i guess after a good bit of iterations pass, degradation appears to show up. so for the time being im sticking to this new SLERP merging routine i have planned.
|
16 |
+
|
17 |
+
designed to be a generally intelligent chain of thought reasoner model. this model is currently still in pre release v0.x beta, and may produce responses not suitable for all audiences due to its uncensored nature.
|
18 |
+
|
19 |
+
Thank you so much to @mlabonne for creating the base model mlabonne/Meta-Llama-3.1-8B-Instruct-abliterated for this experiment! please go show him some love too!
|
20 |
+
|
21 |
+
System prompt:
|
22 |
+
|
23 |
+
<|begin_of_text|><|start_header_id|>system<|end_header_id|> You are a helpful, respectful and honest assistant. Always answer as helpfully as possible.<|eot_id|>
|
24 |
+
|
25 |
# netcat420/MFANNv0.22.1-Q4_K_S-GGUF
|
26 |
This model was converted to GGUF format from [`netcat420/MFANNv0.22.1`](https://huggingface.co/netcat420/MFANNv0.22.1) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
27 |
Refer to the [original model card](https://huggingface.co/netcat420/MFANNv0.22.1) for more details on the model.
|