tuantran1632001
commited on
Commit
•
82996ab
1
Parent(s):
e4ab7df
Update README.md
Browse files
README.md
CHANGED
@@ -11,11 +11,12 @@ license_name: microsoft-research-license
|
|
11 |
# Psyfighter2-Orca2-ties
|
12 |
|
13 |
Psyfighter2-Orca2-ties is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
|
|
|
14 |
* [microsoft/Orca-2-13b](https://huggingface.co/microsoft/Orca-2-13b)
|
15 |
|
16 |
## 🧩 Configuration
|
17 |
|
18 |
-
|
19 |
models:
|
20 |
- model: KoboldAI/LLaMA2-13B-Psyfighter2
|
21 |
- model: microsoft/Orca-2-13b
|
@@ -28,4 +29,4 @@ parameters:
|
|
28 |
normalize: true
|
29 |
int8_mask: true
|
30 |
dtype: float16
|
31 |
-
|
|
|
11 |
# Psyfighter2-Orca2-ties
|
12 |
|
13 |
Psyfighter2-Orca2-ties is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
|
14 |
+
* [KoboldAI/LLaMA2-13B-Psyfighter2](https://huggingface.co/KoboldAI/LLaMA2-13B-Psyfighter2)
|
15 |
* [microsoft/Orca-2-13b](https://huggingface.co/microsoft/Orca-2-13b)
|
16 |
|
17 |
## 🧩 Configuration
|
18 |
|
19 |
+
```yaml
|
20 |
models:
|
21 |
- model: KoboldAI/LLaMA2-13B-Psyfighter2
|
22 |
- model: microsoft/Orca-2-13b
|
|
|
29 |
normalize: true
|
30 |
int8_mask: true
|
31 |
dtype: float16
|
32 |
+
```
|