You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Solution of [RuNormAS competition](https://github.com/dialogue-evaluation/RuNorm
3
3
4
4
Solution based on RuGPT3XL. Model was tuned on train data. The best model was trained on train data and lenta news.
5
5
6
-
Solution is archived **0.96452** (generic) **0.95750** (named) accuracy.
6
+
Solution is archived **0.96452** (generic) **0.95750** (named) accuracy as mesured by organizers. But if exclude evaluation errors our best model is archived **0.976700** (generic) **0.980977** (named) accuracy
7
7
## Usage
8
8
Example of usage you can see [here](Usage.ipynb)
9
9
@@ -78,3 +78,5 @@ cd ../test_pred/v14_130k_finetune_fixed
78
78
7z a submission.zip *
79
79
```
80
80
81
+
## Error analysis
82
+
Also we add error_analysis [notebook](error_analysis.ipynb) of our best model.
0 commit comments