cointegrated commited on
Commit
2288d9e
1 Parent(s): 5122e9f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  This is a version of paraphrase detector by DeepPavlov ([details in the documentation](http://docs.deeppavlov.ai/en/master/features/overview.html#ranking-model-docs)) ported to the `Transformers` format.
2
 
3
  All credit goes to the authors of DeepPavlov.
1
+ ---
2
+ language: ["ru"]
3
+ tags:
4
+ - sentence-similarity
5
+ - text-classification
6
+ datasets:
7
+ - merionum/ru_paraphraser
8
+ ---
9
+
10
  This is a version of paraphrase detector by DeepPavlov ([details in the documentation](http://docs.deeppavlov.ai/en/master/features/overview.html#ranking-model-docs)) ported to the `Transformers` format.
11
 
12
  All credit goes to the authors of DeepPavlov.