Update README.md
Browse files
README.md
CHANGED
|
@@ -21,15 +21,24 @@ It achieves the following results on the evaluation set:
|
|
| 21 |
## Model description
|
| 22 |
|
| 23 |
lora_alpha = 16 <--------
|
|
|
|
| 24 |
lora_dropout = 0.05
|
|
|
|
| 25 |
lora_r = 8 <--------
|
|
|
|
| 26 |
epochs = 3
|
|
|
|
| 27 |
learning rate = 3e-4
|
|
|
|
| 28 |
warmup_steps=0.5
|
|
|
|
| 29 |
gradient_accumulation_steps = 8
|
|
|
|
| 30 |
train_batch = 1
|
|
|
|
| 31 |
eval_batch = 1
|
| 32 |
|
|
|
|
| 33 |
## Intended uses & limitations
|
| 34 |
|
| 35 |
More information needed
|
|
|
|
| 21 |
## Model description
|
| 22 |
|
| 23 |
lora_alpha = 16 <--------
|
| 24 |
+
|
| 25 |
lora_dropout = 0.05
|
| 26 |
+
|
| 27 |
lora_r = 8 <--------
|
| 28 |
+
|
| 29 |
epochs = 3
|
| 30 |
+
|
| 31 |
learning rate = 3e-4
|
| 32 |
+
|
| 33 |
warmup_steps=0.5
|
| 34 |
+
|
| 35 |
gradient_accumulation_steps = 8
|
| 36 |
+
|
| 37 |
train_batch = 1
|
| 38 |
+
|
| 39 |
eval_batch = 1
|
| 40 |
|
| 41 |
+
|
| 42 |
## Intended uses & limitations
|
| 43 |
|
| 44 |
More information needed
|