NiGuLa commited on
Commit
ab0c00b
·
1 Parent(s): ba12711

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ Mutual Implication Score is a symmetric measure of text semantic similarity
15
  based on a RoBERTA model pretrained for natural language inference
16
  and fine-tuned on paraphrases dataset.
17
 
18
- It is **particularly useful for paraphrases detection**, but can also be applied to other semantic similarity tasks, such as text style transfer.
19
 
20
  ## How to use
21
  The following snippet illustrates code usage:
 
15
  based on a RoBERTA model pretrained for natural language inference
16
  and fine-tuned on paraphrases dataset.
17
 
18
+ It is **particularly useful for paraphrases detection**, but can also be applied to other semantic similarity tasks, such as content similarity scoring in text style transfer.
19
 
20
  ## How to use
21
  The following snippet illustrates code usage: