Skip to content

Commit a03d44b

Browse files
author
Anton Emelyanov
committed
add error_analysis
1 parent bcbcc4b commit a03d44b

File tree

2 files changed

+615
-1
lines changed

2 files changed

+615
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Solution of [RuNormAS competition](https://github.com/dialogue-evaluation/RuNorm
33

44
Solution based on RuGPT3XL. Model was tuned on train data. The best model was trained on train data and lenta news.
55

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
77
## Usage
88
Example of usage you can see [here](Usage.ipynb)
99

@@ -78,3 +78,5 @@ cd ../test_pred/v14_130k_finetune_fixed
7878
7z a submission.zip *
7979
```
8080

81+
## Error analysis
82+
Also we add error_analysis [notebook](error_analysis.ipynb) of our best model.

0 commit comments

Comments
 (0)