lsmille commited on
Commit
2b3f43a
1 Parent(s): 550c6f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -20,7 +20,25 @@ It achieves the following results on the evaluation set:
20
 
21
  ## Model description
22
 
23
- More information needed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
 
25
  ## Intended uses & limitations
26
 
 
20
 
21
  ## Model description
22
 
23
+ *Good model* with A100
24
+
25
+ lora_alpha = 512 <---- 2x than that in model 9 (total 4x)
26
+
27
+ lora_dropout = 0.05
28
+
29
+ lora_r = 128 <---- same as model 9
30
+
31
+ epochs = 3
32
+
33
+ learning rate = 3e-4
34
+
35
+ warmup_steps=10
36
+
37
+ gradient_accumulation_steps = 8
38
+
39
+ train_batch = 1
40
+
41
+ eval_batch = 1
42
 
43
  ## Intended uses & limitations
44