Update README.md
Browse filesMetadata update with quant provenance
README.md
CHANGED
@@ -1,44 +1,40 @@
|
|
1 |
-
---
|
2 |
-
base_model:
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
###
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
parameters:
|
42 |
-
weight: 1.0
|
43 |
-
|
44 |
-
```
|
|
|
1 |
+
---
|
2 |
+
base_model: grimjim/Llama-3.1-8B-Instruct-abliterated_via_adapter
|
3 |
+
library_name: transformers
|
4 |
+
license: llama3.1
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
quanted_by: grimjim
|
7 |
+
---
|
8 |
+
# Llama-3.1-8B-Instruct-abliterated_via_adapter-GGUF
|
9 |
+
|
10 |
+
This repo contains select GGUF quants of a model that is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
11 |
+
|
12 |
+
A LoRA was applied to "abliterate" refusals in [meta-llama/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct). The result appears to work despite the LoRA having been derived from Llama 3 instead of Llama 3.1, which implies that there is significant feature commonality between the 3 and 3.1 models.
|
13 |
+
|
14 |
+
The LoRA was extracted from [failspy/Meta-Llama-3-8B-Instruct-abliterated-v3](https://huggingface.co/failspy/Meta-Llama-3-8B-Instruct-abliterated-v3) and uses [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) as a base.
|
15 |
+
|
16 |
+
Built with Llama.
|
17 |
+
|
18 |
+
## Merge Details
|
19 |
+
### Merge Method
|
20 |
+
|
21 |
+
This model was merged using the [task arithmetic](https://arxiv.org/abs/2212.04089) merge method using [meta-llama/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct) + [grimjim/Llama-3-Instruct-abliteration-LoRA-8B](https://huggingface.co/grimjim/Llama-3-Instruct-abliteration-LoRA-8B) as a base.
|
22 |
+
|
23 |
+
### Configuration
|
24 |
+
|
25 |
+
The following YAML configuration was used to produce this model:
|
26 |
+
|
27 |
+
```yaml
|
28 |
+
base_model: meta-llama/Meta-Llama-3.1-8B-Instruct+grimjim/Llama-3-Instruct-abliteration-LoRA-8B
|
29 |
+
dtype: bfloat16
|
30 |
+
merge_method: task_arithmetic
|
31 |
+
parameters:
|
32 |
+
normalize: false
|
33 |
+
slices:
|
34 |
+
- sources:
|
35 |
+
- layer_range: [0, 32]
|
36 |
+
model: meta-llama/Meta-Llama-3.1-8B-Instruct+grimjim/Llama-3-Instruct-abliteration-LoRA-8B
|
37 |
+
parameters:
|
38 |
+
weight: 1.0
|
39 |
+
|
40 |
+
```
|
|
|
|
|
|
|
|