Update README.md
Browse files
README.md
CHANGED
@@ -52,10 +52,12 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
-
Epoch
|
56 |
-
|
57 |
-
|
58 |
-
|
|
|
|
|
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
|