nkpz commited on
Commit
bb7a527
1 Parent(s): 9f464b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,3 +1,18 @@
1
  ---
2
  license: other
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: other
3
  ---
4
+ Llama 2 Chronos 13b x Llama 1 Chronos 33b x Alpaca
5
+
6
+ This is a frankenllama model based on the technique in https://huggingface.co/chargoddard/llama2-22b
7
+
8
+ I built my base 22b model by using https://huggingface.co/Oniichat/llama2-base-chronos-13b-merge as a base, and https://huggingface.co/elinas/chronos-33b as a donor.
9
+
10
+ I then trained a qlora on the Alpaca dataset with the default peft configuration from https://github.com/facebookresearch/llama-recipes/blob/main/quickstart.ipynb
11
+
12
+ This is the result of baking in that adapter.
13
+
14
+ This configuration only targets `q_proj` and `v_proj` and uses `r=8`. I was expecting to need to add more targets and increase `r` to get significant improvements, but I was surprised by the quality of its context awareness, and I'm starting to think that maybe a 32mb lora is all it takes to get decent results in 22b.
15
+
16
+ I will keep playing with other peft configurations and see where that gets me next.
17
+
18
+ If anyone wants the chronos 22b base model (requires fine tuning) or the adapter, lmk in community discussions.