0x0son0 commited on
Commit
9955e6e
·
verified ·
1 Parent(s): 64a9238

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
- - coffie3/0x3
4
- - GamblerOnTrain/danke30a
5
- - coffie3/0x2
6
- library_name: transformers
7
- tags:
8
- - mergekit
9
- - merge
10
-
11
- ---
12
- # stable-09
13
-
14
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
15
-
16
- ## Merge Details
17
- ### Merge Method
18
-
19
- This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [GamblerOnTrain/danke30a](https://huggingface.co/GamblerOnTrain/danke30a) as a base.
20
-
21
- ### Models Merged
22
-
23
- The following models were included in the merge:
24
- * [coffie3/0x3](https://huggingface.co/coffie3/0x3)
25
- * [coffie3/0x2](https://huggingface.co/coffie3/0x2)
26
-
27
- ### Configuration
28
-
29
- The following YAML configuration was used to produce this model:
30
-
31
- ```yaml
32
-
33
-
34
-
35
- models:
36
- - model: GamblerOnTrain/danke30a
37
- - model: coffie3/0x2
38
- - model: coffie3/0x3
39
-
40
- merge_method: model_stock
41
- base_model: GamblerOnTrain/danke30a
42
- dtype: bfloat16
43
-
44
- ```