nicolay-r commited on
Commit
2bc2ec5
·
verified ·
1 Parent(s): d16c7eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
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 = 60.024
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 45.523 59.375 59.375 valid
118
- 1 62.345 70.260 70.260 valid
119
- 2 62.722 70.704 70.704 valid
120
- 3 62.721 70.671 70.671 valid
121
- 4 62.357 70.247 70.247 valid
122
- 5 60.024 68.171 68.171 test
123
- 6 60.024 68.171 68.171 test
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
  ```