Ogamon commited on
Commit
ecc0d67
·
verified ·
1 Parent(s): cf9a724

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ ConPGS Model is capable of generating paraphrases while controlling for semantic
13
  The semantic similarity can be controlled at six levels - 70, 75, 80, 85, 90 and 95 - the higher the level, the more similar the model outputs sentences with similar meanings.
14
  The lexical similarity can be controlled in eight steps 5, 10, 15, 20, 25, 30, 35 and 40, the higher the level, the more the model outputs sentences with similar surfaces.
15
 
16
- This model is constructed by fine-tuning [BART-large](https://huggingface.co/facebook/bart-large).
17
 
18
 
19
  ## How to use
 
13
  The semantic similarity can be controlled at six levels - 70, 75, 80, 85, 90 and 95 - the higher the level, the more similar the model outputs sentences with similar meanings.
14
  The lexical similarity can be controlled in eight steps 5, 10, 15, 20, 25, 30, 35 and 40, the higher the level, the more the model outputs sentences with similar surfaces.
15
 
16
+ This model was constructed by fine-tuning [BART-large](https://huggingface.co/facebook/bart-large).
17
 
18
 
19
  ## How to use