File size: 2,281 Bytes
8476855 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 |
---
license: apache-2.0
tags:
- merge
- mergekit
- arcee-ai/Patent-Instruct-7b
- TencentARC/LLaMA-Pro-8B-Instruct
---
# Patent-Instruct-LLaMA-Pro
Patent-Instruct-LLaMA-Pro is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [arcee-ai/Patent-Instruct-7b](https://huggingface.co./arcee-ai/Patent-Instruct-7b)
* [TencentARC/LLaMA-Pro-8B-Instruct](https://huggingface.co./TencentARC/LLaMA-Pro-8B-Instruct)
## 🧩 Configuration
```yaml
merge_method: passthrough
dtype: bfloat16
slices:
- sources:
- model: arcee-ai/Patent-Instruct-7b
layer_range:
- 0
- 4
- sources:
- model: TencentARC/LLaMA-Pro-8B-Instruct
layer_range:
- 4
- 5
- sources:
- model: arcee-ai/Patent-Instruct-7b
layer_range:
- 4
- 8
- sources:
- model: TencentARC/LLaMA-Pro-8B-Instruct
layer_range:
- 9
- 10
- sources:
- model: arcee-ai/Patent-Instruct-7b
layer_range:
- 8
- 12
- sources:
- model: TencentARC/LLaMA-Pro-8B-Instruct
layer_range:
- 14
- 15
- sources:
- model: arcee-ai/Patent-Instruct-7b
layer_range:
- 12
- 16
- sources:
- model: TencentARC/LLaMA-Pro-8B-Instruct
layer_range:
- 19
- 20
- sources:
- model: arcee-ai/Patent-Instruct-7b
layer_range:
- 16
- 20
- sources:
- model: TencentARC/LLaMA-Pro-8B-Instruct
layer_range:
- 24
- 25
- sources:
- model: arcee-ai/Patent-Instruct-7b
layer_range:
- 20
- 24
- sources:
- model: TencentARC/LLaMA-Pro-8B-Instruct
layer_range:
- 29
- 30
- sources:
- model: arcee-ai/Patent-Instruct-7b
layer_range:
- 24
- 28
- sources:
- model: TencentARC/LLaMA-Pro-8B-Instruct
layer_range:
- 34
- 35
- sources:
- model: arcee-ai/Patent-Instruct-7b
layer_range:
- 28
- 32
- sources:
- model: TencentARC/LLaMA-Pro-8B-Instruct
layer_range:
- 39
- 40
``` |