denis-gordeev commited on
Commit
55ef783
1 Parent(s): bbcb533

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -20,6 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
20
  Russian NER model fine-tuned on RURED2.
21
  https://github.com/denis-gordeev/rured2
22
 
 
23
  This model outputs multiple possible labels for a single token. So for proper usage you can use it like in the following code:
24
  ```
25
  import torch
 
20
  Russian NER model fine-tuned on RURED2.
21
  https://github.com/denis-gordeev/rured2
22
 
23
+ If you have any questions, message me at https://t.me/nlp_party
24
  This model outputs multiple possible labels for a single token. So for proper usage you can use it like in the following code:
25
  ```
26
  import torch