Update README.md
Browse files
README.md
CHANGED
|
@@ -9,38 +9,6 @@ library_name: transformers
|
|
| 9 |
tags:
|
| 10 |
- mergekit
|
| 11 |
- merge
|
| 12 |
-
|
| 13 |
---
|
| 14 |
-
# merge
|
| 15 |
-
|
| 16 |
-
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
| 17 |
-
|
| 18 |
-
## Merge Details
|
| 19 |
-
### Merge Method
|
| 20 |
-
|
| 21 |
-
This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [appvoid/arco-2](https://huggingface.co/appvoid/arco-2) as a base.
|
| 22 |
-
|
| 23 |
-
### Models Merged
|
| 24 |
-
|
| 25 |
-
The following models were included in the merge:
|
| 26 |
-
* [appvoid/palmer-004-turbo](https://huggingface.co/appvoid/palmer-004-turbo)
|
| 27 |
-
* [appvoid/text-arco](https://huggingface.co/appvoid/text-arco)
|
| 28 |
-
* [appvoid/arco-reflection](https://huggingface.co/appvoid/arco-reflection)
|
| 29 |
-
* [appvoid/arco-2-reasoning-20k](https://huggingface.co/appvoid/arco-2-reasoning-20k)
|
| 30 |
-
|
| 31 |
-
### Configuration
|
| 32 |
-
|
| 33 |
-
The following YAML configuration was used to produce this model:
|
| 34 |
|
| 35 |
-
|
| 36 |
-
models:
|
| 37 |
-
- model: appvoid/arco-reflection
|
| 38 |
-
- model: appvoid/text-arco
|
| 39 |
-
- model: appvoid/arco-2-reasoning-20k
|
| 40 |
-
- model: appvoid/palmer-004-turbo
|
| 41 |
-
merge_method: model_stock
|
| 42 |
-
base_model: appvoid/arco-2
|
| 43 |
-
normalize: false
|
| 44 |
-
int8_mask: true
|
| 45 |
-
dtype: float16
|
| 46 |
-
```
|
|
|
|
| 9 |
tags:
|
| 10 |
- mergekit
|
| 11 |
- merge
|
|
|
|
| 12 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
+
arco-2-instruct (codenamed as arco-exp-17) is a merge of reflection models that improved instruction accuracy a little better than the original one.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|