Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,27 @@ It achieves the following results on the evaluation set:
|
|
20 |
|
21 |
## Model description
|
22 |
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
## Intended uses & limitations
|
26 |
|
|
|
20 |
|
21 |
## Model description
|
22 |
|
23 |
+
Trained on single ID token "5K dataset" filtered to 4k sequences (20% for test data)
|
24 |
+
|
25 |
+
lora_alpha = 64 <--------------
|
26 |
+
|
27 |
+
lora_dropout = 0.1
|
28 |
+
|
29 |
+
lora_r = 64 <---------
|
30 |
+
|
31 |
+
epochs = 3
|
32 |
+
|
33 |
+
learning rate = 3e-4
|
34 |
+
|
35 |
+
warmup_steps=500
|
36 |
+
|
37 |
+
gradient_accumulation_steps = 1
|
38 |
+
|
39 |
+
train_batch = 1
|
40 |
+
|
41 |
+
eval_batch = 1
|
42 |
+
|
43 |
+
ONLY ATTENTION LAYER <---------------------
|
44 |
|
45 |
## Intended uses & limitations
|
46 |
|