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 |
|
@@ -35,26 +35,24 @@ More information needed
|
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
- learning_rate: 5e-05
|
38 |
-
- train_batch_size:
|
39 |
-
- eval_batch_size:
|
40 |
- seed: 42
|
41 |
-
- gradient_accumulation_steps:
|
42 |
-
- total_train_batch_size:
|
43 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
44 |
-
- lr_scheduler_type:
|
45 |
- lr_scheduler_warmup_steps: 200
|
46 |
-
-
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
-
| Training Loss | Epoch
|
52 |
-
|
53 |
-
|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
| 3.0625 | 15.3852 | 4000 | 0.3379 |
|
57 |
-
| 3.0456 | 19.2311 | 5000 | 0.3365 |
|
58 |
|
59 |
|
60 |
### 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.3375
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
- learning_rate: 5e-05
|
38 |
+
- train_batch_size: 64
|
39 |
+
- eval_batch_size: 100
|
40 |
- seed: 42
|
41 |
+
- gradient_accumulation_steps: 4
|
42 |
+
- total_train_batch_size: 256
|
43 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
44 |
+
- lr_scheduler_type: cosine
|
45 |
- lr_scheduler_warmup_steps: 200
|
46 |
+
- num_epochs: 3
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
+
|:-------------:|:------:|:----:|:---------------:|
|
53 |
+
| No log | 0.7692 | 50 | 0.3405 |
|
54 |
+
| No log | 1.5385 | 100 | 0.3410 |
|
55 |
+
| No log | 2.3077 | 150 | 0.3375 |
|
|
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|