sunny3 commited on
Commit
fe5adfb
1 Parent(s): c1cd06b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -5,5 +5,7 @@ language:
5
 
6
  # rubert-base-cased-mcn
7
 
8
- Normalization model, based on rubert, for linking phrases to their MedDRA concepts.
9
- See the Demo.ipynb on [our repo](https://github.com/sag111/MedNorm) to see how it works.
 
 
 
5
 
6
  # rubert-base-cased-mcn
7
 
8
+ Normalization model, based on rubert, for linking phrases to their MedDRA concepts in russian. F1-micro of this model is 71.34
9
+ on the 4th fold of the RDRS corpus of russian internet drug reviews.
10
+
11
+ The use of the weights of the current model and the calculation of accuracies on the laid out RDRS corpus is contained in our repository on [our repo](https://github.com/sag111/MedNorm).