Update README.md
Browse files
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
|
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
|