lsmille commited on
Commit
a99884c
1 Parent(s): bbab25b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -2
README.md CHANGED
@@ -20,7 +20,23 @@ It achieves the following results on the evaluation set:
20
 
21
  ## Model description
22
 
23
- More information needed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
 
25
  ## Intended uses & limitations
26
 
@@ -28,7 +44,7 @@ More information needed
28
 
29
  ## Training and evaluation data
30
 
31
- More information needed
32
 
33
  ## Training procedure
34
 
 
20
 
21
  ## Model description
22
 
23
+ lora_alpha = 32
24
+
25
+ lora_dropout = 0.05
26
+
27
+ lora_r = 16
28
+
29
+ epochs = 3
30
+
31
+ learning rate = 3e-5 <--------- (10x smaller)
32
+
33
+ warmup_steps=0.5
34
+
35
+ gradient_accumulation_steps = 8
36
+
37
+ train_batch = 1
38
+
39
+ eval_batch = 1
40
 
41
  ## Intended uses & limitations
42
 
 
44
 
45
  ## Training and evaluation data
46
 
47
+ in files
48
 
49
  ## Training procedure
50