End of training
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [meta-llama/Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct) on the None dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss: 0.
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
@@ -36,21 +36,30 @@ More information needed
|
|
| 36 |
|
| 37 |
The following hyperparameters were used during training:
|
| 38 |
- learning_rate: 5e-05
|
| 39 |
-
- train_batch_size:
|
| 40 |
- eval_batch_size: 8
|
| 41 |
- seed: 42
|
| 42 |
- gradient_accumulation_steps: 4
|
| 43 |
-
- total_train_batch_size:
|
| 44 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 45 |
- lr_scheduler_type: linear
|
| 46 |
-
- num_epochs:
|
| 47 |
- mixed_precision_training: Native AMP
|
| 48 |
|
| 49 |
### Training results
|
| 50 |
|
| 51 |
-
| Training Loss | Epoch
|
| 52 |
-
|:-------------:|:-----:|:----:|:---------------:|
|
| 53 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
|
| 55 |
|
| 56 |
### Framework versions
|
|
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [meta-llama/Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct) on the None dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 0.4892
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
|
|
| 36 |
|
| 37 |
The following hyperparameters were used during training:
|
| 38 |
- learning_rate: 5e-05
|
| 39 |
+
- train_batch_size: 4
|
| 40 |
- eval_batch_size: 8
|
| 41 |
- seed: 42
|
| 42 |
- gradient_accumulation_steps: 4
|
| 43 |
+
- total_train_batch_size: 16
|
| 44 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 45 |
- lr_scheduler_type: linear
|
| 46 |
+
- num_epochs: 10
|
| 47 |
- mixed_precision_training: Native AMP
|
| 48 |
|
| 49 |
### Training results
|
| 50 |
|
| 51 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
| 52 |
+
|:-------------:|:------:|:----:|:---------------:|
|
| 53 |
+
| 0.8207 | 1.0 | 83 | 0.7515 |
|
| 54 |
+
| 0.7171 | 2.0 | 166 | 0.6729 |
|
| 55 |
+
| 0.6519 | 3.0 | 249 | 0.6164 |
|
| 56 |
+
| 0.6042 | 4.0 | 332 | 0.5788 |
|
| 57 |
+
| 0.5645 | 5.0 | 415 | 0.5496 |
|
| 58 |
+
| 0.5229 | 6.0 | 498 | 0.5265 |
|
| 59 |
+
| 0.5125 | 7.0 | 581 | 0.5096 |
|
| 60 |
+
| 0.4959 | 8.0 | 664 | 0.4981 |
|
| 61 |
+
| 0.5099 | 9.0 | 747 | 0.4913 |
|
| 62 |
+
| 0.5066 | 9.8848 | 820 | 0.4892 |
|
| 63 |
|
| 64 |
|
| 65 |
### Framework versions
|