tgrhn commited on
Commit
bdb5aa1
·
verified ·
1 Parent(s): e25cc77

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -52,10 +52,12 @@ The following hyperparameters were used during training:
52
 
53
  ### Training results
54
 
55
- Epoch Training Loss Validation Loss Accuracy Precision Recall F1
56
- 1 0.161400 0.163402 0.945000 0.945220 0.945000 0.945107
57
- 2 0.034400 0.286277 0.942000 0.949040 0.942000 0.944231
58
- 3 0.003100 0.280550 0.956000 0.956370 0.956000 0.95617
 
 
59
 
60
 
61
  ### Framework versions
 
52
 
53
  ### Training results
54
 
55
+ | Epoch | Training Loss | Validation Loss | Accuracy | Precision | Recall | F1 Score |
56
+ |-------|---------------|-----------------|----------|-----------|--------|----------|
57
+ | 1 | 0.161400 | 0.163402 | 0.945000 | 0.945220 | 0.945000 | 0.945107 |
58
+ | 2 | 0.034400 | 0.286277 | 0.942000 | 0.949040 | 0.942000 | 0.944231 |
59
+ | 3 | 0.003100 | 0.280550 | 0.956000 | 0.956370 | 0.956000 | 0.956170 |
60
+
61
 
62
 
63
  ### Framework versions