Update README.md
Browse files
README.md
CHANGED
@@ -44,11 +44,11 @@ This repository contains a fine-tuned version of LLaMa-3.2-3B-Instruct specifica
|
|
44 |
|
45 |
```
|
46 |
- Epochs: 3
|
47 |
-
- Batch
|
48 |
-
- Gradient
|
49 |
-
- Learning
|
50 |
-
- Warmup
|
51 |
-
- Max
|
52 |
- Scheduler: Constant
|
53 |
```
|
54 |
|
|
|
44 |
|
45 |
```
|
46 |
- Epochs: 3
|
47 |
+
- Batch Size: 3
|
48 |
+
- Gradient Accumulation Steps: 2
|
49 |
+
- Learning Rate: 2e-4
|
50 |
+
- Warmup Ratio: 0.03
|
51 |
+
- Max Sequence Length: 4096
|
52 |
- Scheduler: Constant
|
53 |
```
|
54 |
|