Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +63 -0
- llama-3.2-3b-apex.Q4_0.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
llama-3.2-3b-apex.Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- bunnycore/Llama-3.2-3B-Mix-Skill
|
4 |
+
- bunnycore/Llama-3.2-3B-Prodigy
|
5 |
+
- bunnycore/Llama-3.2-3B-Sci-Think
|
6 |
+
- bunnycore/Llama-3.2-3B-All-Mix
|
7 |
+
- bunnycore/Llama-3.2-3B-Booval
|
8 |
+
- bunnycore/Llama-3.2-3B-Long-Think
|
9 |
+
- bunnycore/Llama-3.2-3B-Pure-RP
|
10 |
+
- djuna-test-lab/TEST-L3.2-ReWish-3B
|
11 |
+
- huihui-ai/Llama-3.2-3B-Instruct-abliterated
|
12 |
+
- bunnycore/Llama-3.2-3B-CodeReactor
|
13 |
+
library_name: transformers
|
14 |
+
tags:
|
15 |
+
- mergekit
|
16 |
+
- merge
|
17 |
+
|
18 |
+
---
|
19 |
+
# merge
|
20 |
+
|
21 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
22 |
+
|
23 |
+
## Merge Details
|
24 |
+
### Merge Method
|
25 |
+
|
26 |
+
This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) 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.
|
27 |
+
|
28 |
+
### Models Merged
|
29 |
+
|
30 |
+
The following models were included in the merge:
|
31 |
+
* [bunnycore/Llama-3.2-3B-Mix-Skill](https://huggingface.co/bunnycore/Llama-3.2-3B-Mix-Skill)
|
32 |
+
* [bunnycore/Llama-3.2-3B-Prodigy](https://huggingface.co/bunnycore/Llama-3.2-3B-Prodigy)
|
33 |
+
* [bunnycore/Llama-3.2-3B-Sci-Think](https://huggingface.co/bunnycore/Llama-3.2-3B-Sci-Think)
|
34 |
+
* [bunnycore/Llama-3.2-3B-All-Mix](https://huggingface.co/bunnycore/Llama-3.2-3B-All-Mix)
|
35 |
+
* [bunnycore/Llama-3.2-3B-Booval](https://huggingface.co/bunnycore/Llama-3.2-3B-Booval)
|
36 |
+
* [bunnycore/Llama-3.2-3B-Long-Think](https://huggingface.co/bunnycore/Llama-3.2-3B-Long-Think)
|
37 |
+
* [bunnycore/Llama-3.2-3B-Pure-RP](https://huggingface.co/bunnycore/Llama-3.2-3B-Pure-RP)
|
38 |
+
* [djuna-test-lab/TEST-L3.2-ReWish-3B](https://huggingface.co/djuna-test-lab/TEST-L3.2-ReWish-3B)
|
39 |
+
* [bunnycore/Llama-3.2-3B-CodeReactor](https://huggingface.co/bunnycore/Llama-3.2-3B-CodeReactor)
|
40 |
+
|
41 |
+
### Configuration
|
42 |
+
|
43 |
+
The following YAML configuration was used to produce this model:
|
44 |
+
|
45 |
+
```yaml
|
46 |
+
models:
|
47 |
+
- model: djuna-test-lab/TEST-L3.2-ReWish-3B
|
48 |
+
- model: bunnycore/Llama-3.2-3B-All-Mix
|
49 |
+
- model: bunnycore/Llama-3.2-3B-Mix-Skill
|
50 |
+
- model: bunnycore/Llama-3.2-3B-Booval
|
51 |
+
- model: bunnycore/Llama-3.2-3B-Sci-Think
|
52 |
+
- model: bunnycore/Llama-3.2-3B-CodeReactor
|
53 |
+
- model: bunnycore/Llama-3.2-3B-Long-Think
|
54 |
+
- model: bunnycore/Llama-3.2-3B-Pure-RP
|
55 |
+
- model: bunnycore/Llama-3.2-3B-Prodigy
|
56 |
+
merge_method: model_stock
|
57 |
+
base_model: huihui-ai/Llama-3.2-3B-Instruct-abliterated
|
58 |
+
parameters:
|
59 |
+
normalize: false
|
60 |
+
int8_mask: true
|
61 |
+
dtype: float16
|
62 |
+
|
63 |
+
```
|
llama-3.2-3b-apex.Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5a997e650e27e458c40d1bc3622a9e0fe03d809884e4d3bca63fd8ccb6276cf
|
3 |
+
size 2138819104
|