redrix commited on
Commit
1a60c42
·
verified ·
1 Parent(s): b16d569

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -48
README.md DELETED
@@ -1,48 +0,0 @@
1
- ---
2
- base_model:
3
- - IntervitensInc/Mistral-Nemo-Base-2407-chatml
4
- library_name: transformers
5
- tags:
6
- - mergekit
7
- - merge
8
-
9
- ---
10
- # Will update this soon. It's a two part DELLA-linear merge of some interesting models, then nuslerp'd together.
11
- # GodSlayer-12B-ABYSS
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 NuSLERP merge method using [IntervitensInc/Mistral-Nemo-Base-2407-chatml](https://huggingface.co/IntervitensInc/Mistral-Nemo-Base-2407-chatml) as a base.
19
-
20
- ### Models Merged
21
-
22
- The following models were included in the merge:
23
- * p1
24
- * p2
25
-
26
- ### Configuration
27
-
28
- The following YAML configuration was used to produce this model:
29
-
30
- ```yaml
31
- models:
32
- - model: p1
33
- parameters:
34
- weight: 0.5
35
- - model: p2
36
- parameters:
37
- weight: 0.5
38
- base_model: IntervitensInc/Mistral-Nemo-Base-2407-chatml
39
- merge_method: nuslerp
40
- dtype: bfloat16
41
- chat_template: "chatml"
42
- tokenizer:
43
- source: union
44
- parameters:
45
- normalize: true
46
- int8_mask: true
47
-
48
- ```