Spaces:
Paused
Paused
Create patent_Llama_ties.yaml
Browse files
examples/patent_Llama_ties.yaml
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
models:
|
| 2 |
+
- model: NousResearch/Llama-2-7b-hf
|
| 3 |
+
#no parameters necessary for base model
|
| 4 |
+
- model: arcee-ai/Patent-Instruct-7b
|
| 5 |
+
parameters:
|
| 6 |
+
density: 0.5
|
| 7 |
+
weight: 0.5
|
| 8 |
+
- model: chargoddard/internlm2-7b-llama
|
| 9 |
+
parameters:
|
| 10 |
+
density: 0.5
|
| 11 |
+
weight: 0.5
|
| 12 |
+
|
| 13 |
+
merge_method: ties
|
| 14 |
+
base_model: NousResearch/Llama-2-7b-hf
|
| 15 |
+
parameters:
|
| 16 |
+
normalize: false
|
| 17 |
+
int8_mask: true
|
| 18 |
+
dtype: float16
|