Ogamon commited on
Commit
b7f440e
·
verified ·
1 Parent(s): 5fdcac3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -9,10 +9,12 @@ language:
9
  Github: https://github.com/Ogamon958/ConPGS
10
 
11
  ## Model Description
12
- ConPGS Model is capable of generating paraphrases while controlling for semantic and lexical similarity.
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
 
17
  ## How to use this model
18
 
 
9
  Github: https://github.com/Ogamon958/ConPGS
10
 
11
  ## Model Description
12
+ ConPGS Model is capable of generating paraphrases while controlling for semantic and lexical similarity.
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 this model
20