Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,8 @@ Medmerge-3-70b is a merge of the following models:
|
|
17 |
|
18 |
## 🧩 Configuration
|
19 |
|
20 |
-
```
|
|
|
21 |
- model: NousResearch/Llama-2-70b-hf
|
22 |
# no parameters necessary for base model
|
23 |
- model: wanglab/ClinicalCamel-70B
|
@@ -36,7 +37,8 @@ merge_method: dare_ties
|
|
36 |
base_model: NousResearch/Llama-2-70b-hf
|
37 |
parameters:
|
38 |
int8_mask: true
|
39 |
-
dtype: bfloat16
|
|
|
40 |
|
41 |
## 💻 Usage
|
42 |
|
|
|
17 |
|
18 |
## 🧩 Configuration
|
19 |
|
20 |
+
```yaml
|
21 |
+
models:
|
22 |
- model: NousResearch/Llama-2-70b-hf
|
23 |
# no parameters necessary for base model
|
24 |
- model: wanglab/ClinicalCamel-70B
|
|
|
37 |
base_model: NousResearch/Llama-2-70b-hf
|
38 |
parameters:
|
39 |
int8_mask: true
|
40 |
+
dtype: bfloat16
|
41 |
+
```
|
42 |
|
43 |
## 💻 Usage
|
44 |
|