0x0son0 commited on
Commit
8484fea
·
verified ·
1 Parent(s): 4621196

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -43
README.md DELETED
@@ -1,43 +0,0 @@
1
- ---
2
- base_model:
3
- - GamblerOnTrain/RealMom
4
- - Grayx/sad_llama_45
5
- - tomaszki/llama-12
6
- library_name: transformers
7
- tags:
8
- - mergekit
9
- - merge
10
-
11
- ---
12
- # llama-01
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 [tomaszki/llama-12](https://huggingface.co/tomaszki/llama-12) as a base.
20
-
21
- ### Models Merged
22
-
23
- The following models were included in the merge:
24
- * [GamblerOnTrain/RealMom](https://huggingface.co/GamblerOnTrain/RealMom)
25
- * [Grayx/sad_llama_45](https://huggingface.co/Grayx/sad_llama_45)
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: Grayx/sad_llama_45
37
- - model: tomaszki/llama-12
38
- - model: GamblerOnTrain/RealMom
39
- merge_method: model_stock
40
- base_model: tomaszki/llama-12
41
- dtype: bfloat16
42
-
43
- ```