fahadqazi commited on
Commit
d97412f
·
verified ·
1 Parent(s): d971898

End of training

Browse files
Files changed (1) hide show
  1. README.md +27 -6
README.md CHANGED
@@ -15,12 +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
- - eval_loss: 0.4362
19
- - eval_runtime: 126.66
20
- - eval_samples_per_second: 32.796
21
- - eval_steps_per_second: 16.398
22
- - epoch: 1.9231
23
- - step: 500
24
 
25
  ## Model description
26
 
@@ -49,6 +44,32 @@ The following hyperparameters were used during training:
49
  - training_steps: 10000
50
  - mixed_precision_training: Native AMP
51
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  ### Framework versions
53
 
54
  - Transformers 4.47.1
 
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.4003
 
 
 
 
 
19
 
20
  ## Model description
21
 
 
44
  - training_steps: 10000
45
  - mixed_precision_training: Native AMP
46
 
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-------:|:-----:|:---------------:|
51
+ | 0.4412 | 1.9231 | 500 | 0.4350 |
52
+ | 0.4381 | 3.8462 | 1000 | 0.4291 |
53
+ | 0.4361 | 5.7692 | 1500 | 0.4394 |
54
+ | 0.4382 | 7.6923 | 2000 | 0.4251 |
55
+ | 0.4304 | 9.6154 | 2500 | 0.4305 |
56
+ | 0.4321 | 11.5385 | 3000 | 0.4226 |
57
+ | 0.423 | 13.4615 | 3500 | 0.4271 |
58
+ | 0.4204 | 15.3846 | 4000 | 0.4234 |
59
+ | 0.4212 | 17.3077 | 4500 | 0.4218 |
60
+ | 0.4171 | 19.2308 | 5000 | 0.4209 |
61
+ | 0.4116 | 21.1538 | 5500 | 0.4145 |
62
+ | 0.4109 | 23.0769 | 6000 | 0.4083 |
63
+ | 0.4045 | 25.0 | 6500 | 0.4100 |
64
+ | 0.4058 | 26.9231 | 7000 | 0.4095 |
65
+ | 0.3992 | 28.8462 | 7500 | 0.4078 |
66
+ | 0.402 | 30.7692 | 8000 | 0.4072 |
67
+ | 0.3987 | 32.6923 | 8500 | 0.4036 |
68
+ | 0.396 | 34.6154 | 9000 | 0.4030 |
69
+ | 0.3912 | 36.5385 | 9500 | 0.4010 |
70
+ | 0.3937 | 38.4615 | 10000 | 0.4003 |
71
+
72
+
73
  ### Framework versions
74
 
75
  - Transformers 4.47.1