Fredithefish
commited on
Commit
•
5fcac80
1
Parent(s):
76402fe
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- Fredithefish/openassistant-guanaco-unfiltered
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
library_name: transformers
|
8 |
+
pipeline_tag: conversational
|
9 |
+
inference: false
|
10 |
+
---
|
11 |
+
|
12 |
+
<img src="https://huggingface.co/Fredithefish/Guanaco-3B-Uncensored/resolve/main/Guanaco-Uncensored.jpg" alt="Alt Text" width="295"/>
|
13 |
+
|
14 |
+
# ✨ Guanaco - 13B - Uncensored ✨
|
15 |
+
|
16 |
+
|
17 |
+
Guanaco-13B-Uncensored has been fine-tuned for 4 epochs on the [Unfiltered Guanaco Dataset.](https://huggingface.co/datasets/Fredithefish/openassistant-guanaco-unfiltered) using [Llama-2-13B](https://hf.co/meta-llama/Llama-2-13b-hf) as the base model.
|
18 |
+
<br>The model does not perform well with languages other than English.
|
19 |
+
<br>Please note: This model is designed to provide responses without content filtering or censorship. It generates answers without denials.
|
20 |
+
|
21 |
+
## Special thanks
|
22 |
+
I would like to thank AutoMeta for providing me with the computing power necessary to train this model.
|
23 |
+
|
24 |
+
|
25 |
+
### Prompt Template
|
26 |
+
```
|
27 |
+
### Human: {prompt} ### Assistant:
|
28 |
+
```
|
29 |
+
|
30 |
+
### Dataset
|
31 |
+
The model has been fine-tuned on the V2 of the Guanaco unfiltered dataset.
|