Ontocord.AI commited on
Commit
c5f32ce
·
1 Parent(s): 17c2b36

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -3,4 +3,6 @@ license: bigscience-openrail-m
3
  ---
4
 
5
  - A distilled version of a merge of starchat_beta (60%), starcoderplus(20%) and starcoder(20%), using layer removal and merging.
6
- - TODO: finetuning still required
 
 
 
3
  ---
4
 
5
  - A distilled version of a merge of starchat_beta (60%), starcoderplus(20%) and starcoder(20%), using layer removal and merging.
6
+ - The layers are merged or removed as follows. the index numbers are the layer from the original model. two or more indexes means these layers are averaged.:
7
+ [[0], [1], [2], [3], [4], [5], [6], [7], [8, 9], [10], [11], [13], [14], [15, 16], [17], [18], [19, 20], [21], [22], [23], [24], [27], [28], [29], [30], [31, 32], [33], [34], [36], [37], [39]]
8
+ - TODO: finetuning still required