TkskKurumi commited on
Commit
9300354
·
1 Parent(s): 1feedc4

Upload 3 files

Browse files
Files changed (3) hide show
  1. 20230526/lora.pth +3 -0
  2. 20230526/merge.bash +7 -0
  3. 20230526/readme.md +5 -0
20230526/lora.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddaf6672f7900182d8f6ef15894eaee1a6b331fba17adadbd940afd85e58cc52
3
+ size 606968990
20230526/merge.bash ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ python3 my_merge_lora.py\
2
+ --base_model ~/autodl-tmp/RWKV-4-Raven-7B-v11-Eng49%-Chn49%-Jpn1%-Other1%-20230430-ctx8192.pth\
3
+ --lora_load ~/RWKV_Train/save_7B_128/rwkv-3.pth\
4
+ --save ~/autodl-tmp/lora_7B.pth\
5
+ --lora_schedule poly\
6
+ --plot\
7
+ --lora_strategy "0:64,0.5:20,1:64"
20230526/readme.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # 20230526
2
+
3
+ LoRA based on RWKV-4-Raven-7B-v11
4
+ LoRA - rank = 128
5
+ LoRA - alpha = 64