Darkknight535 commited on
Commit
84e20f0
1 Parent(s): 56525f1

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -44
README.md DELETED
@@ -1,44 +0,0 @@
1
- ---
2
- base_model:
3
- - elinas/Llama-3-15B-Instruct-zeroed
4
- - Darkknight535/TEST
5
- library_name: transformers
6
- tags:
7
- - mergekit
8
- - merge
9
-
10
- ---
11
- # merge
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 [TIES](https://arxiv.org/abs/2306.01708) merge method using [elinas/Llama-3-15B-Instruct-zeroed](https://huggingface.co/elinas/Llama-3-15B-Instruct-zeroed) as a base.
19
-
20
- ### Models Merged
21
-
22
- The following models were included in the merge:
23
- * [Darkknight535/TEST](https://huggingface.co/Darkknight535/TEST)
24
-
25
- ### Configuration
26
-
27
- The following YAML configuration was used to produce this model:
28
-
29
- ```yaml
30
- models:
31
- - model: elinas/Llama-3-15B-Instruct-zeroed
32
- - model: Darkknight535/TEST
33
- parameters:
34
- density: 1
35
- weight: 1
36
- merge_method: ties
37
- base_model: elinas/Llama-3-15B-Instruct-zeroed
38
- parameters:
39
- int8_mask: true
40
- rescale: true
41
- normalize: false
42
- dtype: float16
43
-
44
- ```