georgesung
commited on
Commit
·
a890433
1
Parent(s):
0dfa493
Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ datasets:
|
|
8 |
Fine-tuned [Llama-3 8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) with an uncensored/unfiltered Wizard-Vicuna conversation dataset.
|
9 |
Used QLoRA for fine-tuning.
|
10 |
|
11 |
-
The model here includes the fp32 HuggingFace version,
|
12 |
|
13 |
# Prompt style
|
14 |
The model was trained with the following prompt style:
|
|
|
8 |
Fine-tuned [Llama-3 8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) with an uncensored/unfiltered Wizard-Vicuna conversation dataset.
|
9 |
Used QLoRA for fine-tuning.
|
10 |
|
11 |
+
The model here includes the fp32 HuggingFace version, plus a quantized 4-bit q4_0 [gguf version](https://huggingface.co/georgesung/llama3_8b_chat_uncensored/resolve/main/llama3_8b_chat_uncensored_q4_0.gguf?download=true).
|
12 |
|
13 |
# Prompt style
|
14 |
The model was trained with the following prompt style:
|