Update README.md
Browse files
README.md
CHANGED
@@ -109,16 +109,16 @@ For the model evaluation, two metrics were used:
|
|
109 |
|
110 |
### Results
|
111 |
|
112 |
-
The test evaluation for this model [showcases](https://arxiv.org/abs/2404.12342) the F1_PN =
|
113 |
|
114 |
Below is the log of the training process that showcases the final peformance on the RuSentNE-2023 `test` set after 4 epochs (lines 5-6):
|
115 |
```tsv
|
116 |
F1_PN F1_PN0 default mode
|
117 |
-
0
|
118 |
-
1
|
119 |
-
2
|
120 |
-
3
|
121 |
-
4
|
122 |
-
5
|
123 |
-
6
|
124 |
```
|
|
|
109 |
|
110 |
### Results
|
111 |
|
112 |
+
The test evaluation for this model [showcases](https://arxiv.org/abs/2404.12342) the F1_PN = 62.715
|
113 |
|
114 |
Below is the log of the training process that showcases the final peformance on the RuSentNE-2023 `test` set after 4 epochs (lines 5-6):
|
115 |
```tsv
|
116 |
F1_PN F1_PN0 default mode
|
117 |
+
0 60.270 69.261 69.261 valid
|
118 |
+
1 66.226 73.596 73.596 valid
|
119 |
+
2 65.704 73.675 73.675 valid
|
120 |
+
3 66.729 74.186 74.186 valid
|
121 |
+
4 67.314 74.669 74.669 valid
|
122 |
+
5 62.715 71.001 71.001 test
|
123 |
+
6 62.715 71.001 71.001 test
|
124 |
```
|