Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +36 -0
- llama-3.2-3b-sci-think.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-sci-think.Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- huihui-ai/Llama-3.2-3B-Instruct-abliterated
|
4 |
+
- bunnycore/Llama-3.2-3B-science-lora_model
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- mergekit
|
8 |
+
- merge
|
9 |
+
|
10 |
+
---
|
11 |
+
# merge
|
12 |
+
|
13 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
14 |
+
|
15 |
+
## Merge Details
|
16 |
+
### Merge Method
|
17 |
+
|
18 |
+
This model was merged using the passthrough merge method using [huihui-ai/Llama-3.2-3B-Instruct-abliterated](https://huggingface.co/huihui-ai/Llama-3.2-3B-Instruct-abliterated) + [bunnycore/Llama-3.2-3B-science-lora_model](https://huggingface.co/bunnycore/Llama-3.2-3B-science-lora_model) as a base.
|
19 |
+
|
20 |
+
### Models Merged
|
21 |
+
|
22 |
+
The following models were included in the merge:
|
23 |
+
|
24 |
+
|
25 |
+
### Configuration
|
26 |
+
|
27 |
+
The following YAML configuration was used to produce this model:
|
28 |
+
|
29 |
+
```yaml
|
30 |
+
|
31 |
+
base_model: huihui-ai/Llama-3.2-3B-Instruct-abliterated+bunnycore/Llama-3.2-3B-science-lora_model
|
32 |
+
merge_method: passthrough
|
33 |
+
models:
|
34 |
+
- model: huihui-ai/Llama-3.2-3B-Instruct-abliterated+bunnycore/Llama-3.2-3B-science-lora_model
|
35 |
+
|
36 |
+
```
|
llama-3.2-3b-sci-think.Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b8ab0dc55e84d3f20a34a833b822b4b8ab01f31e6e9790b0a7f2adb7ab93a3e
|
3 |
+
size 1917190848
|