Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,20 @@
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
+
# SOLAR-10.7B-Instruct-v1.0-uncensored
|
6 |
+
SOLAR-10.7B-Instruct-v1.0 finetuned to be less censored. Refer to [upstage/SOLAR-10.7B-Instruct-v1.0](https://huggingface.co/upstage/SOLAR-10.7B-Instruct-v1.0) for model info and usage instructions.
|
7 |
+
|
8 |
+
## Training details
|
9 |
+
This model was trained using Lora and DPOTrainer on [unalignment/toxic-dpo-v0.1](https://huggingface.co/datasets/unalignment/toxic-dpo-v0.1)
|
10 |
+
|
11 |
+
## How to Cite
|
12 |
+
```
|
13 |
+
@misc{solarUncensoredDPO,
|
14 |
+
title={solar-10.7b-instruct-V1.0-uncensored},
|
15 |
+
url={https://huggingface.co/w4r10ck/SOLAR-10.7B-Instruct-v1.0-uncensored},
|
16 |
+
author={Stepan Zuev},
|
17 |
+
year={2023},
|
18 |
+
month={Dec}
|
19 |
+
}
|
20 |
+
```
|
21 |
+
|