HiroseKoichi
commited on
Commit
•
d93428f
1
Parent(s):
c0218a1
Update README.md
Browse files
README.md
CHANGED
@@ -24,6 +24,13 @@ I do think that the pros outweigh the cons, though, so let's talk about those. E
|
|
24 |
|
25 |
I won't be using Llama-3-Spellbound-Instruct-8B-0.3 as the base model in the future; I really like the model, but it's only useful for story writing, and it damages the rest of the model's capabilities too much for my liking. What I'm going to try and do with 4.0 is merge every model individually with Llama-3-Spellbound-Instruct-8B-0.3 and try to find the right weight and density values for each one so that it uncensors it while still keeping its original capabilities, and then merge them all together. I will still include it in the main merge for creativity, though, just not as a core model.
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
# Details
|
28 |
- **License**: [llama3](https://llama.meta.com/llama3/license/)
|
29 |
- **Instruct Format**: [llama-3](https://llama.meta.com/docs/model-cards-and-prompt-formats/meta-llama-3/)
|
|
|
24 |
|
25 |
I won't be using Llama-3-Spellbound-Instruct-8B-0.3 as the base model in the future; I really like the model, but it's only useful for story writing, and it damages the rest of the model's capabilities too much for my liking. What I'm going to try and do with 4.0 is merge every model individually with Llama-3-Spellbound-Instruct-8B-0.3 and try to find the right weight and density values for each one so that it uncensors it while still keeping its original capabilities, and then merge them all together. I will still include it in the main merge for creativity, though, just not as a core model.
|
26 |
|
27 |
+
# Quantization Formats
|
28 |
+
**GGUF**
|
29 |
+
- Static:
|
30 |
+
- https://huggingface.co/mradermacher/Llama-3-8B-Stroganoff-3.0-GGUF
|
31 |
+
- Imatrix:
|
32 |
+
- https://huggingface.co/mradermacher/Llama-3-8B-Stroganoff-3.0-i1-GGUF
|
33 |
+
|
34 |
# Details
|
35 |
- **License**: [llama3](https://llama.meta.com/llama3/license/)
|
36 |
- **Instruct Format**: [llama-3](https://llama.meta.com/docs/model-cards-and-prompt-formats/meta-llama-3/)
|