FINGU-AI commited on
Commit
a7cd651
·
verified ·
1 Parent(s): 50be8be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -42
README.md CHANGED
@@ -1,42 +0,0 @@
1
- ---
2
- base_model:
3
- - MaziyarPanahi/calme-3.2-instruct-78b
4
- - dfurman/CalmeRys-78B-Orpo-v0.1
5
- library_name: transformers
6
- tags:
7
- - mergekit
8
- - merge
9
-
10
- ---
11
- # output_directory
12
-
13
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
14
-
15
- ## Merge Details
16
- ### Merge Method
17
-
18
- This model was merged using the [Linear](https://arxiv.org/abs/2203.05482) merge method using [dfurman/CalmeRys-78B-Orpo-v0.1](https://huggingface.co/dfurman/CalmeRys-78B-Orpo-v0.1) as a base.
19
-
20
- ### Models Merged
21
-
22
- The following models were included in the merge:
23
- * [MaziyarPanahi/calme-3.2-instruct-78b](https://huggingface.co/MaziyarPanahi/calme-3.2-instruct-78b)
24
-
25
- ### Configuration
26
-
27
- The following YAML configuration was used to produce this model:
28
-
29
- ```yaml
30
-
31
- models:
32
- - model: dfurman/CalmeRys-78B-Orpo-v0.1
33
- parameters:
34
- weight: 1.0
35
- - model: MaziyarPanahi/calme-3.2-instruct-78b
36
- parameters:
37
- weight: 1.0
38
- base_model: dfurman/CalmeRys-78B-Orpo-v0.1
39
- merge_method: linear
40
- dtype: float16
41
-
42
- ```