jeiku commited on
Commit
88a3b25
1 Parent(s): bb97368

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -46
README.md DELETED
@@ -1,46 +0,0 @@
1
- ---
2
- base_model:
3
- - FourOhFour/NeuroCom_v2_4B
4
- - FourOhFour/Deedlit_4B
5
- - FourOhFour/Luxe_4B
6
- - FourOhFour/NeuroCom_4B
7
- - FourOhFour/Zenith_4B
8
- library_name: transformers
9
- tags:
10
- - mergekit
11
- - merge
12
-
13
- ---
14
- # merge
15
-
16
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
17
-
18
- ## Merge Details
19
- ### Merge Method
20
-
21
- This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [FourOhFour/Zenith_4B](https://huggingface.co/FourOhFour/Zenith_4B) as a base.
22
-
23
- ### Models Merged
24
-
25
- The following models were included in the merge:
26
- * [FourOhFour/NeuroCom_v2_4B](https://huggingface.co/FourOhFour/NeuroCom_v2_4B)
27
- * [FourOhFour/Deedlit_4B](https://huggingface.co/FourOhFour/Deedlit_4B)
28
- * [FourOhFour/Luxe_4B](https://huggingface.co/FourOhFour/Luxe_4B)
29
- * [FourOhFour/NeuroCom_4B](https://huggingface.co/FourOhFour/NeuroCom_4B)
30
-
31
- ### Configuration
32
-
33
- The following YAML configuration was used to produce this model:
34
-
35
- ```yaml
36
- models:
37
- - model: FourOhFour/Deedlit_4B
38
- - model: FourOhFour/NeuroCom_4B
39
- - model: FourOhFour/NeuroCom_v2_4B
40
- - model: FourOhFour/Zenith_4B
41
- - model: FourOhFour/Luxe_4B
42
- merge_method: model_stock
43
- base_model: FourOhFour/Zenith_4B
44
- dtype: bfloat16
45
-
46
- ```