Pretergeek commited on
Commit
6c1584b
1 Parent(s): f690e51

Upload 14 files

Browse files
Files changed (1) hide show
  1. README.md +3 -27
README.md CHANGED
@@ -7,25 +7,14 @@ tags:
7
  - merge
8
 
9
  ---
10
- <p align="center">
11
- <a href="https://ko-fi.com/pretergeek">Buy me a Ko-Fi</a> •
12
- <a href="https://patreon.com/Pretergeek">Support my work using Patreon</a>
13
- </p>
14
 
15
- # OpenChat-3.5-0106_BlockExpansion-48Layers-End
16
-
17
- This is NOT your usual frankenmerge created using [mergekit](https://github.com/cg123/mergekit).
18
 
19
  ## Merge Details
20
  ### Merge Method
21
 
22
- This model was merged using the passthrough merge method, but employing a variation of the Block Expansion method described in the paper [LLaMA Pro: Progressive LLaMA with Block Expansion](https://arxiv.org/abs/2401.02415).
23
-
24
- The authors of the paper added new layers interleaved in between the original layers of the model, setting the parameters of the o_proj and down_proj layers to zero. This effectively adds layers that will just output their input (as if they were "transparent") allowing the model to remain functional even without further training. These new layers can then be targeted during training or fine-tuning without risking catastrophic forgetting, if you follow the author's training method to freeze the original layers and only train the new layers.
25
-
26
- I used the same method but added the new layers to the end of the model. My rationale is that the level of abstraction increases with each layer of the model. So, while new layers spread along the original layers will help the model to learn new tasks, adding layers to the end of the model and then re-training/fine-tuning the model on tasks it already performs well could improve the models understanding of those task and perform them better by employing more complex reasoning.
27
-
28
- This model has not yet received additional training, so it should perform close to the original model. Evaluations are pending and will be added when available.
29
 
30
  ### Models Merged
31
 
@@ -205,16 +194,3 @@ merge_method: passthrough
205
  dtype: bfloat16
206
 
207
  ```
208
-
209
- ## Citation
210
- ```
211
- @misc{wu2024llamaproprogressivellama,
212
- title={LLaMA Pro: Progressive LLaMA with Block Expansion},
213
- author={Chengyue Wu and Yukang Gan and Yixiao Ge and Zeyu Lu and Jiahao Wang and Ye Feng and Ying Shan and Ping Luo},
214
- year={2024},
215
- eprint={2401.02415},
216
- archivePrefix={arXiv},
217
- primaryClass={cs.CL},
218
- url={https://arxiv.org/abs/2401.02415},
219
- }
220
- ```
 
7
  - merge
8
 
9
  ---
10
+ # Untitled Model (1)
 
 
 
11
 
12
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
 
 
13
 
14
  ## Merge Details
15
  ### Merge Method
16
 
17
+ This model was merged using the passthrough merge method.
 
 
 
 
 
 
18
 
19
  ### Models Merged
20
 
 
194
  dtype: bfloat16
195
 
196
  ```