Anwaarma/Llama-20242025-3
Browse files
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [meta-llama/Llama-3.2-1B](https://huggingface.co/meta-llama/Llama-3.2-1B) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 1.
|
22 |
-
- F1: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -38,22 +38,23 @@ More information needed
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
-
- learning_rate:
|
42 |
- train_batch_size: 4
|
43 |
- eval_batch_size: 4
|
44 |
- seed: 42
|
45 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_ratio: 0.1
|
48 |
-
- num_epochs:
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
55 |
-
| 0.
|
56 |
-
| 0.
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [meta-llama/Llama-3.2-1B](https://huggingface.co/meta-llama/Llama-3.2-1B) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.1898
|
22 |
+
- F1: 0.7663
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 2e-05
|
42 |
- train_batch_size: 4
|
43 |
- eval_batch_size: 4
|
44 |
- seed: 42
|
45 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_ratio: 0.1
|
48 |
+
- num_epochs: 3
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
55 |
+
| 0.4873 | 1.0 | 3032 | 0.7785 | 0.7518 |
|
56 |
+
| 0.4535 | 2.0 | 6064 | 1.1578 | 0.7603 |
|
57 |
+
| 0.3595 | 3.0 | 9096 | 1.1898 | 0.7663 |
|
58 |
|
59 |
|
60 |
### Framework versions
|