Update README.md
Browse files
README.md
CHANGED
@@ -1,54 +1,53 @@
|
|
1 |
-
---
|
2 |
-
base_model:
|
3 |
-
- mlabonne/NeuralDaredevil-8B-abliterated
|
4 |
-
- NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS
|
5 |
-
- Hastagaras/Halu-OAS-8B-Llama3
|
6 |
-
library_name: transformers
|
7 |
-
tags:
|
8 |
-
- mergekit
|
9 |
-
- merge
|
10 |
-
pipeline_tag: text-generation
|
11 |
-
license:
|
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 |
-
|
42 |
-
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
```
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- mlabonne/NeuralDaredevil-8B-abliterated
|
4 |
+
- NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS
|
5 |
+
- Hastagaras/Halu-OAS-8B-Llama3
|
6 |
+
library_name: transformers
|
7 |
+
tags:
|
8 |
+
- mergekit
|
9 |
+
- merge
|
10 |
+
pipeline_tag: text-generation
|
11 |
+
license: cc-by-nc-4.0
|
12 |
+
---
|
13 |
+
# Llama-3-Oasis-v1-OAS-8B-8bpw_h8_exl2
|
14 |
+
|
15 |
+
This is an 8bpw exl2 quant of [grimjim/Llama-3-Oasis-v1-OAS-8B](https://huggingface.co/grimjim/Llama-3-Oasis-v1-OAS-8B)
|
16 |
+
|
17 |
+
This model is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
18 |
+
|
19 |
+
Built with Meta Llama 3.
|
20 |
+
|
21 |
+
## Merge Details
|
22 |
+
### Merge Method
|
23 |
+
|
24 |
+
This model was merged using the [task arithmetic](https://arxiv.org/abs/2212.04089) merge method using [mlabonne/NeuralDaredevil-8B-abliterated](https://huggingface.co/mlabonne/NeuralDaredevil-8B-abliterated) as a base.
|
25 |
+
|
26 |
+
### Models Merged
|
27 |
+
|
28 |
+
The following models were included in the merge:
|
29 |
+
* [NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS](https://huggingface.co/NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS)
|
30 |
+
* [Hastagaras/Halu-OAS-8B-Llama3](https://huggingface.co/Hastagaras/Halu-OAS-8B-Llama3)
|
31 |
+
|
32 |
+
### Configuration
|
33 |
+
|
34 |
+
The following YAML configuration was used to produce this model:
|
35 |
+
|
36 |
+
```yaml
|
37 |
+
base_model: mlabonne/NeuralDaredevil-8B-abliterated
|
38 |
+
dtype: bfloat16
|
39 |
+
merge_method: task_arithmetic
|
40 |
+
slices:
|
41 |
+
- sources:
|
42 |
+
- layer_range: [0, 32]
|
43 |
+
model: mlabonne/NeuralDaredevil-8B-abliterated
|
44 |
+
- layer_range: [0, 32]
|
45 |
+
model: NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS
|
46 |
+
parameters:
|
47 |
+
weight: 0.3
|
48 |
+
- layer_range: [0, 32]
|
49 |
+
model: Hastagaras/Halu-OAS-8B-Llama3
|
50 |
+
parameters:
|
51 |
+
weight: 0.3
|
52 |
+
|
53 |
+
```
|
|