ehristoforu
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,59 +1,22 @@
|
|
1 |
---
|
2 |
-
base_model:
|
3 |
-
- nvidia/OpenMath2-Llama3.1-8B
|
4 |
-
- arcee-ai/Llama-3.1-SuperNova-Lite
|
5 |
-
- SimpleBerry/LLaMA-O1-Base-1127
|
6 |
-
- unsloth/Meta-Llama-3.1-8B
|
7 |
-
- huihui-ai/Meta-Llama-3.1-8B-Instruct-abliterated
|
8 |
-
- Skywork/Skywork-o1-Open-Llama-3.1-8B
|
9 |
-
- NousResearch/Hermes-3-Llama-3.1-8B
|
10 |
-
- Magpie-Align/MagpieLM-8B-SFT-v0.1
|
11 |
-
- ruliad/deepthought-8b-llama-v0.01-alpha
|
12 |
library_name: transformers
|
13 |
tags:
|
14 |
-
-
|
15 |
-
-
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
---
|
18 |
-
# merge
|
19 |
-
|
20 |
-
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
21 |
-
|
22 |
-
## Merge Details
|
23 |
-
### Merge Method
|
24 |
-
|
25 |
-
This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [unsloth/Meta-Llama-3.1-8B](https://huggingface.co/unsloth/Meta-Llama-3.1-8B) as a base.
|
26 |
-
|
27 |
-
### Models Merged
|
28 |
-
|
29 |
-
The following models were included in the merge:
|
30 |
-
* [nvidia/OpenMath2-Llama3.1-8B](https://huggingface.co/nvidia/OpenMath2-Llama3.1-8B)
|
31 |
-
* [arcee-ai/Llama-3.1-SuperNova-Lite](https://huggingface.co/arcee-ai/Llama-3.1-SuperNova-Lite)
|
32 |
-
* [SimpleBerry/LLaMA-O1-Base-1127](https://huggingface.co/SimpleBerry/LLaMA-O1-Base-1127)
|
33 |
-
* [huihui-ai/Meta-Llama-3.1-8B-Instruct-abliterated](https://huggingface.co/huihui-ai/Meta-Llama-3.1-8B-Instruct-abliterated)
|
34 |
-
* [Skywork/Skywork-o1-Open-Llama-3.1-8B](https://huggingface.co/Skywork/Skywork-o1-Open-Llama-3.1-8B)
|
35 |
-
* [NousResearch/Hermes-3-Llama-3.1-8B](https://huggingface.co/NousResearch/Hermes-3-Llama-3.1-8B)
|
36 |
-
* [Magpie-Align/MagpieLM-8B-SFT-v0.1](https://huggingface.co/Magpie-Align/MagpieLM-8B-SFT-v0.1)
|
37 |
-
* [ruliad/deepthought-8b-llama-v0.01-alpha](https://huggingface.co/ruliad/deepthought-8b-llama-v0.01-alpha)
|
38 |
-
|
39 |
-
### Configuration
|
40 |
-
|
41 |
-
The following YAML configuration was used to produce this model:
|
42 |
|
43 |
-
|
44 |
-
models:
|
45 |
-
- model: unsloth/Meta-Llama-3.1-8B #base model
|
46 |
-
- model: ruliad/deepthought-8b-llama-v0.01-alpha #logic
|
47 |
-
- model: huihui-ai/Meta-Llama-3.1-8B-Instruct-abliterated #uncensored
|
48 |
-
- model: arcee-ai/Llama-3.1-SuperNova-Lite #text generation
|
49 |
-
- model: Skywork/Skywork-o1-Open-Llama-3.1-8B #balancing
|
50 |
-
- model: nvidia/OpenMath2-Llama3.1-8B #math
|
51 |
-
- model: SimpleBerry/LLaMA-O1-Base-1127 #dpo
|
52 |
-
- model: NousResearch/Hermes-3-Llama-3.1-8B #universal
|
53 |
-
- model: Magpie-Align/MagpieLM-8B-SFT-v0.1 #dpo & reasoning
|
54 |
-
merge_method: model_stock
|
55 |
-
base_model: unsloth/Meta-Llama-3.1-8B
|
56 |
-
normalize: true
|
57 |
-
int8_mask: true
|
58 |
-
dtype: bfloat16
|
59 |
-
```
|
|
|
1 |
---
|
2 |
+
base_model: meta-llama/Llama-3.1-8B
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
library_name: transformers
|
4 |
tags:
|
5 |
+
- llama
|
6 |
+
- llama3
|
7 |
+
- llama-ti
|
8 |
+
- fluently-lm
|
9 |
+
- fluently-merge
|
10 |
+
- chat
|
11 |
+
- conversational
|
12 |
+
- reflection
|
13 |
+
- reasoning
|
14 |
+
- math
|
15 |
+
- writing
|
16 |
+
pipeline_tag: text-generation
|
17 |
+
language:
|
18 |
+
- en
|
19 |
+
- code
|
20 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
+
# Llama3.1 8B **TI**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|