24 lines
467 B
Markdown
24 lines
467 B
Markdown
|
|
---
|
||
|
|
license: apache-2.0
|
||
|
|
tags:
|
||
|
|
- merge
|
||
|
|
- mergekit
|
||
|
|
---
|
||
|
|
|
||
|
|
# Patent-Instruct-Orca-2-Model-Stock
|
||
|
|
|
||
|
|
Patent-Instruct-Orca-2-Model-Stock is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
|
||
|
|
|
||
|
|
## 🧩 Configuration
|
||
|
|
|
||
|
|
```yaml
|
||
|
|
models:
|
||
|
|
- model: arcee-ai/Patent-Instruct-7b
|
||
|
|
- model: microsoft/Orca-2-7b
|
||
|
|
- model: Danielbrdz/Barcenas-Orca-2-7b
|
||
|
|
merge_method: model_stock
|
||
|
|
base_model: arcee-ai/Patent-Instruct-7b
|
||
|
|
dtype: bfloat16
|
||
|
|
|
||
|
|
|
||
|
|
```
|