End of training
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [fahadqazi/testts1234](https://huggingface.co/fahadqazi/testts1234) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -34,30 +34,30 @@ More information needed
|
|
34 |
### Training hyperparameters
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
-
- learning_rate:
|
38 |
- train_batch_size: 64
|
39 |
- eval_batch_size: 100
|
40 |
- seed: 42
|
41 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
42 |
-
- lr_scheduler_type:
|
43 |
-
- lr_scheduler_warmup_steps:
|
44 |
-
- training_steps:
|
45 |
- mixed_precision_training: Native AMP
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
-
| Training Loss | Epoch
|
50 |
-
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [fahadqazi/testts1234](https://huggingface.co/fahadqazi/testts1234) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.3292
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
34 |
### Training hyperparameters
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 2.53e-05
|
38 |
- train_batch_size: 64
|
39 |
- eval_batch_size: 100
|
40 |
- seed: 42
|
41 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
42 |
+
- lr_scheduler_type: linear
|
43 |
+
- lr_scheduler_warmup_steps: 1000
|
44 |
+
- training_steps: 5000
|
45 |
- mixed_precision_training: Native AMP
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
+
|:-------------:|:-------:|:----:|:---------------:|
|
51 |
+
| 0.3551 | 1.9231 | 500 | 0.3307 |
|
52 |
+
| 0.3621 | 3.8462 | 1000 | 0.3360 |
|
53 |
+
| 0.363 | 5.7692 | 1500 | 0.3327 |
|
54 |
+
| 0.3637 | 7.6923 | 2000 | 0.3326 |
|
55 |
+
| 0.3606 | 9.6154 | 2500 | 0.3314 |
|
56 |
+
| 0.3595 | 11.5385 | 3000 | 0.3306 |
|
57 |
+
| 0.3594 | 13.4615 | 3500 | 0.3307 |
|
58 |
+
| 0.3594 | 15.3846 | 4000 | 0.3296 |
|
59 |
+
| 0.3602 | 17.3077 | 4500 | 0.3294 |
|
60 |
+
| 0.3577 | 19.2308 | 5000 | 0.3292 |
|
61 |
|
62 |
|
63 |
### Framework versions
|