fahadqazi commited on
Commit
a295e71
·
verified ·
1 Parent(s): fc524b0

End of training

Browse files
Files changed (1) hide show
  1. README.md +12 -14
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.3365
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: 8
39
- - eval_batch_size: 64
40
  - seed: 42
41
- - gradient_accumulation_steps: 8
42
- - total_train_batch_size: 64
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: linear
45
  - lr_scheduler_warmup_steps: 200
46
- - training_steps: 5000
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
51
- | Training Loss | Epoch | Step | Validation Loss |
52
- |:-------------:|:-------:|:----:|:---------------:|
53
- | 3.1545 | 3.8474 | 1000 | 0.3448 |
54
- | 3.1205 | 7.6933 | 2000 | 0.3425 |
55
- | 3.0913 | 11.5392 | 3000 | 0.3408 |
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