RichardErkhov
commited on
Commit
•
5c0e2a0
1
Parent(s):
2544209
uploaded readme
Browse files
README.md
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Quantization made by Richard Erkhov.
|
2 |
+
|
3 |
+
[Github](https://github.com/RichardErkhov)
|
4 |
+
|
5 |
+
[Discord](https://discord.gg/pvy7H8DZMG)
|
6 |
+
|
7 |
+
[Request more models](https://github.com/RichardErkhov/quant_request)
|
8 |
+
|
9 |
+
|
10 |
+
mergekit-ties-xflmond - AWQ
|
11 |
+
- Model creator: https://huggingface.co/Hjgugugjhuhjggg/
|
12 |
+
- Original model: https://huggingface.co/Hjgugugjhuhjggg/mergekit-ties-xflmond/
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
|
17 |
+
Original model description:
|
18 |
+
---
|
19 |
+
base_model:
|
20 |
+
- meta-llama/Llama-3.2-3B-Instruct
|
21 |
+
- huihui-ai/Llama-3.2-3B-Instruct-abliterated
|
22 |
+
- meta-llama/Llama-3.2-3B
|
23 |
+
library_name: transformers
|
24 |
+
tags:
|
25 |
+
- mergekit
|
26 |
+
- merge
|
27 |
+
|
28 |
+
---
|
29 |
+
# merge
|
30 |
+
|
31 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
32 |
+
|
33 |
+
## Merge Details
|
34 |
+
### Merge Method
|
35 |
+
|
36 |
+
This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [huihui-ai/Llama-3.2-3B-Instruct-abliterated](https://huggingface.co/huihui-ai/Llama-3.2-3B-Instruct-abliterated) as a base.
|
37 |
+
|
38 |
+
### Models Merged
|
39 |
+
|
40 |
+
The following models were included in the merge:
|
41 |
+
* [meta-llama/Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct)
|
42 |
+
* [meta-llama/Llama-3.2-3B](https://huggingface.co/meta-llama/Llama-3.2-3B)
|
43 |
+
|
44 |
+
### Configuration
|
45 |
+
|
46 |
+
The following YAML configuration was used to produce this model:
|
47 |
+
|
48 |
+
```yaml
|
49 |
+
models:
|
50 |
+
- model: meta-llama/Llama-3.2-3B-Instruct
|
51 |
+
parameters:
|
52 |
+
density: 0.5
|
53 |
+
weight: 0.5
|
54 |
+
- model: meta-llama/Llama-3.2-3B
|
55 |
+
parameters:
|
56 |
+
density: 0.5
|
57 |
+
weight: 0.5
|
58 |
+
|
59 |
+
merge_method: ties
|
60 |
+
base_model: huihui-ai/Llama-3.2-3B-Instruct-abliterated
|
61 |
+
parameters:
|
62 |
+
normalize: false
|
63 |
+
int8_mask: true
|
64 |
+
dtype: float16
|
65 |
+
|
66 |
+
```
|
67 |
+
|
68 |
+
|