Update README.md
Browse files
README.md
CHANGED
|
@@ -1,39 +1,44 @@
|
|
| 1 |
-
---
|
| 2 |
-
base_model:
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
-
|
| 7 |
-
|
| 8 |
-
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
#
|
| 15 |
-
|
| 16 |
-
This
|
| 17 |
-
|
| 18 |
-
##
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model:
|
| 3 |
+
- Delta-Vector/Austral-24B-Winton
|
| 4 |
+
library_name: transformers
|
| 5 |
+
tags:
|
| 6 |
+
- mergekit
|
| 7 |
+
- merge
|
| 8 |
+
- roleplay
|
| 9 |
+
license: apache-2.0
|
| 10 |
+
language:
|
| 11 |
+
- en
|
| 12 |
+
pipeline_tag: text-generation
|
| 13 |
+
---
|
| 14 |
+
# AI
|
| 15 |
+
|
| 16 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
| 17 |
+
|
| 18 |
+
## Merge Details
|
| 19 |
+
### Merge Method
|
| 20 |
+
|
| 21 |
+
This model was merged using the [Linear](https://arxiv.org/abs/2203.05482) merge method.
|
| 22 |
+
|
| 23 |
+
### Models Merged
|
| 24 |
+
|
| 25 |
+
The following models were included in the merge:
|
| 26 |
+
* D:\AI\Codex-24B
|
| 27 |
+
* D:\AI\Austral-24B-Winton
|
| 28 |
+
|
| 29 |
+
### Configuration
|
| 30 |
+
|
| 31 |
+
The following YAML configuration was used to produce this model:
|
| 32 |
+
|
| 33 |
+
```yaml
|
| 34 |
+
models:
|
| 35 |
+
- model: D:\AI\Austral-24B-Winton
|
| 36 |
+
parameters:
|
| 37 |
+
weight: 0.7
|
| 38 |
+
- model: D:\AI\Codex-24B
|
| 39 |
+
parameters:
|
| 40 |
+
weight: 0.3
|
| 41 |
+
merge_method: linear
|
| 42 |
+
dtype: float16
|
| 43 |
+
|
| 44 |
+
```
|