Update README.md
Browse files
README.md
CHANGED
@@ -7,15 +7,22 @@ tags:
|
|
7 |
- merge
|
8 |
|
9 |
---
|
10 |
-
# Hermes-3-Llama-3.1-8B-lorablated
|
11 |
|
12 |
-
|
13 |
|
14 |
-
This
|
|
|
|
|
|
|
|
|
15 |
|
|
|
16 |
|
17 |
## 🧩 Configuration
|
18 |
|
|
|
|
|
19 |
The following YAML configuration was used to produce this model:
|
20 |
|
21 |
```yaml
|
|
|
7 |
- merge
|
8 |
|
9 |
---
|
10 |
+
# 🪽 Hermes-3-Llama-3.1-8B-lorablated
|
11 |
|
12 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/61b8e2ba285851687028d395/4Hbw5n68jKUSBQeTqQIeT.png)
|
13 |
|
14 |
+
This is an uncensored version of [NousResearch/Hermes-3-Llama-3.1-8B](https://huggingface.co/NousResearch/Hermes-3-Llama-3.1-8B) using lorablation.
|
15 |
+
The recipe is simple:
|
16 |
+
|
17 |
+
1. **Extraction**: We extract a LoRA adapter by comparing two models: a censored Llama 3.1 ([meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct)) and an abliterated Llama 3.1 ([mlabonne/Meta-Llama-3.1-8B-Instruct-abliterated](https://huggingface.co/mlabonne/Meta-Llama-3.1-8B-Instruct-abliterated)).
|
18 |
+
2. **Merge**: We merge this new LoRA adapter using [task arithmetic](https://arxiv.org/abs/2212.04089) to the censored [NousResearch/Hermes-3-Llama-3.1-8B](https://huggingface.co/NousResearch/Hermes-3-Llama-3.1-8B) to abliterate it.
|
19 |
|
20 |
+
See [this article](https://huggingface.co/blog/mlabonne/abliteration) to learn more about abliteration.
|
21 |
|
22 |
## 🧩 Configuration
|
23 |
|
24 |
+
This model was merged using the [task arithmetic](https://arxiv.org/abs/2212.04089) merge method using [NousResearch/Hermes-3-Llama-3.1-8B](https://huggingface.co/NousResearch/Hermes-3-Llama-3.1-8B) + Llama-3.1-8B-Instruct-abliterated-LORA as a base.
|
25 |
+
|
26 |
The following YAML configuration was used to produce this model:
|
27 |
|
28 |
```yaml
|