Shresthadev403 commited on
Commit
4ea6138
·
verified ·
1 Parent(s): eb2fe6d

End of training

Browse files
README.md CHANGED
@@ -13,12 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  This model was trained from scratch on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
- - eval_loss: 5.3555
17
- - eval_runtime: 0.0182
18
- - eval_samples_per_second: 55.091
19
- - eval_steps_per_second: 55.091
20
- - epoch: 50.0
21
- - step: 50
22
 
23
  ## Model description
24
 
@@ -48,6 +43,17 @@ The following hyperparameters were used during training:
48
  - num_epochs: 50
49
  - mixed_precision_training: Native AMP
50
 
 
 
 
 
 
 
 
 
 
 
 
51
  ### Framework versions
52
 
53
  - Transformers 4.36.0
 
13
 
14
  This model was trained from scratch on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
+ - Loss: 5.3555
 
 
 
 
 
17
 
18
  ## Model description
19
 
 
43
  - num_epochs: 50
44
  - mixed_precision_training: Native AMP
45
 
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | 0.0466 | 10.0 | 10 | 4.7461 |
51
+ | 0.0213 | 20.0 | 20 | 4.9241 |
52
+ | 0.01 | 30.0 | 30 | 5.0407 |
53
+ | 0.0063 | 40.0 | 40 | 5.1613 |
54
+ | 0.0043 | 50.0 | 50 | 5.3555 |
55
+
56
+
57
  ### Framework versions
58
 
59
  - Transformers 4.36.0
logs/events.out.tfevents.1705983419.70e47a1f5afe.42.15 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb242beabbd921fd08ac78989fe5c9c76825dbe29cfaa8cee47aab4b361be341
3
- size 7086
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:957811a655eaf8eec001fcea41052a9b91275b73300e83afab73df20af70107b
3
+ size 7434
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c839309986c2e3deebcb4dff61f0cc17ea04289c9211db54f017e6729a356c2f
3
  size 435756040
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b682db66b454975faf7da3a053ad47ae19381e41248c218350c29f4e02d2c921
3
  size 435756040
trainer_state.json CHANGED
@@ -77,6 +77,15 @@
77
  "eval_samples_per_second": 55.091,
78
  "eval_steps_per_second": 55.091,
79
  "step": 50
 
 
 
 
 
 
 
 
 
80
  }
81
  ],
82
  "logging_steps": 10,
 
77
  "eval_samples_per_second": 55.091,
78
  "eval_steps_per_second": 55.091,
79
  "step": 50
80
+ },
81
+ {
82
+ "epoch": 50.0,
83
+ "step": 50,
84
+ "total_flos": 32856154788600.0,
85
+ "train_loss": 0.0008505997806787491,
86
+ "train_runtime": 23.3473,
87
+ "train_samples_per_second": 19.274,
88
+ "train_steps_per_second": 2.142
89
  }
90
  ],
91
  "logging_steps": 10,