ajibawa-2023
commited on
Commit
•
1c1f4e9
1
Parent(s):
7bcd9fc
Update README.md
Browse files
README.md
CHANGED
@@ -22,6 +22,15 @@ This data was further refined and fine tuned. Besides this further synthetic con
|
|
22 |
**Training:**
|
23 |
Entire dataset was trained on Azure 4 x A100 80GB. For 3 epoch, training took 90 hours. DeepSpeed codebase was used for training purpose. This was trained on Llama-1 by Meta.
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
**Example Prompt:**
|
27 |
```
|
|
|
22 |
**Training:**
|
23 |
Entire dataset was trained on Azure 4 x A100 80GB. For 3 epoch, training took 90 hours. DeepSpeed codebase was used for training purpose. This was trained on Llama-1 by Meta.
|
24 |
|
25 |
+
**GPTQ GGML & AWQ**
|
26 |
+
|
27 |
+
GPTQ: [Link](https://huggingface.co/TheBloke/Uncensored-Frank-33b-GPTQ)
|
28 |
+
|
29 |
+
GGUF: [Link](https://huggingface.co/TheBloke/Uncensored-Frank-33b-GGUF)
|
30 |
+
|
31 |
+
AWQ: [Link](https://huggingface.co/TheBloke/Uncensored-Frank-33b-AWQ)
|
32 |
+
|
33 |
+
Special Thanks to [TheBloke](https://huggingface.co/TheBloke) for making these models available.
|
34 |
|
35 |
**Example Prompt:**
|
36 |
```
|