openlamm commited on
Commit
ff3c5ea
1 Parent(s): 254d178

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+
3
+ datasets:
4
+ - openlamm/LAMM_Dataset
5
+ language:
6
+ - en
7
+
8
+ ---
9
+ Repo:
10
+ - https://github.com/OpenLAMM/LAMM
11
+ - Commit ID: 6b98b26b3340378bb5bed330cca86305759d8d22
12
+
13
+ Model Config:
14
+ - LLM: Vicuna_13b_v0
15
+ - Vision Encoder: CLIP ViT-L-14
16
+ - lora_r: 32
17
+ - lora_alpha: 32
18
+ - lora_dropout: 0.1
19
+ - lora_target_modules: ['q_proj', 'k_proj', 'v_proj', 'o_proj']
20
+
21
+ Train Config:
22
+ - Epochs: 2
23
+ - train_batch_size: 64