theBodhiTree
commited on
updated readme
Browse files
README.md
CHANGED
@@ -1,21 +1,17 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
---
|
4 |
-
---
|
5 |
-
base_model:
|
6 |
-
- HuggingFaceH4/zephyr-7b-beta
|
7 |
-
- mistral-community/Mistral-7B-v0.2
|
8 |
library_name: transformers
|
9 |
tags:
|
10 |
-
- mergekit
|
11 |
- merge
|
12 |
-
|
13 |
---
|
14 |
-
|
|
|
|
|
|
|
15 |
|
16 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
17 |
|
18 |
-
|
19 |
### Merge Method
|
20 |
|
21 |
This model was merged using the [task arithmetic](https://arxiv.org/abs/2212.04089) merge method using [HuggingFaceH4/zephyr-7b-beta](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta) as a base.
|
@@ -47,4 +43,4 @@ slices:
|
|
47 |
weight: 0.5
|
48 |
|
49 |
|
50 |
-
```
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
3 |
library_name: transformers
|
4 |
tags:
|
|
|
5 |
- merge
|
|
|
6 |
---
|
7 |
+
base_model:
|
8 |
+
- HuggingFaceH4/zephyr-7b-beta
|
9 |
+
---
|
10 |
+
# Merge
|
11 |
|
12 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
13 |
|
14 |
+
# Merge Details
|
15 |
### Merge Method
|
16 |
|
17 |
This model was merged using the [task arithmetic](https://arxiv.org/abs/2212.04089) merge method using [HuggingFaceH4/zephyr-7b-beta](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta) as a base.
|
|
|
43 |
weight: 0.5
|
44 |
|
45 |
|
46 |
+
```
|