absonS commited on
Commit
b263624
·
verified ·
1 Parent(s): 3395dcc

End of training

Browse files
Files changed (2) hide show
  1. all_results.json +8 -0
  2. test_results.json +10 -0
all_results.json CHANGED
@@ -1,5 +1,13 @@
1
  {
2
  "epoch": 1.4222222222222223,
 
 
 
 
 
 
 
 
3
  "total_flos": 460888389916608.0,
4
  "train_loss": 0.3873763084411621,
5
  "train_runtime": 21680.5848,
 
1
  {
2
  "epoch": 1.4222222222222223,
3
+ "test_accuracy": 0.854,
4
+ "test_f1-score": 0.8606870229007634,
5
+ "test_loss": 0.3352687358856201,
6
+ "test_precision": 0.8509433962264151,
7
+ "test_recall": 0.8706563706563707,
8
+ "test_runtime": 183.2645,
9
+ "test_samples_per_second": 5.457,
10
+ "test_steps_per_second": 0.344,
11
  "total_flos": 460888389916608.0,
12
  "train_loss": 0.3873763084411621,
13
  "train_runtime": 21680.5848,
test_results.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "test_accuracy": 0.854,
3
+ "test_f1-score": 0.8606870229007634,
4
+ "test_loss": 0.3352687358856201,
5
+ "test_precision": 0.8509433962264151,
6
+ "test_recall": 0.8706563706563707,
7
+ "test_runtime": 183.2645,
8
+ "test_samples_per_second": 5.457,
9
+ "test_steps_per_second": 0.344
10
+ }