Update README.md
Browse files
README.md
CHANGED
@@ -28,12 +28,12 @@ It can be used in applications requiring emotional analysis in English text.
|
|
28 |
|
29 |
### Training results
|
30 |
|
31 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
32 |
-
|
33 |
-
| 0.5164 | 1.0 | 500 | 0.1887 | 0.9275
|
34 |
-
| 0.1464 | 2.0 | 1000 | 0.1487 | 0.9345
|
35 |
-
| 0.0994 | 3.0 | 1500 | 0.1389 | 0.94
|
36 |
-
| 0.0701 | 4.0 | 2000 | 0.1479 | 0.94
|
37 |
|
38 |
- **Overall Training Loss**: 0.2081
|
39 |
- **Test Accuracy**: 100% accuracy on the 10 examples tested.
|
|
|
28 |
|
29 |
### Training results
|
30 |
|
31 |
+
| Training Loss | Epoch | Step | Validation Loss | Val. Accuracy |
|
32 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------: |
|
33 |
+
| 0.5164 | 1.0 | 500 | 0.1887 | 0.9275 |
|
34 |
+
| 0.1464 | 2.0 | 1000 | 0.1487 | 0.9345 |
|
35 |
+
| 0.0994 | 3.0 | 1500 | 0.1389 | 0.94 |
|
36 |
+
| 0.0701 | 4.0 | 2000 | 0.1479 | 0.94 |
|
37 |
|
38 |
- **Overall Training Loss**: 0.2081
|
39 |
- **Test Accuracy**: 100% accuracy on the 10 examples tested.
|