Ateron commited on
Commit
a9d0395
·
verified ·
1 Parent(s): 7e5f8cb

Update README.md

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