lsmille commited on
Commit
bfc0133
1 Parent(s): d7c768b

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 = 256 <---- only with A100
26
+
27
+ lora_dropout = 0.05
28
+
29
+ lora_r = 128 <---- only with A100
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