Instructions to use Ogamon/conpgs_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ogamon/conpgs_model with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Ogamon/conpgs_model") model = AutoModelForSeq2SeqLM.from_pretrained("Ogamon/conpgs_model") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ language:
|
|
| 6 |
# ConPGS Model
|
| 7 |
**Con**trollable **P**araphrase **G**eneration for Semantic and Lexical **S**imilarities Model
|
| 8 |
|
| 9 |
-
It was introduced in [the LREC-COLING 2024 paper: Controllable Paraphrase Generation for Semantic and Lexical Similarities](https://aclanthology.org/2024.lrec-main.348/)
|
| 10 |
|
| 11 |
Github: https://github.com/Ogamon958/ConPGS
|
| 12 |
|
|
|
|
| 6 |
# ConPGS Model
|
| 7 |
**Con**trollable **P**araphrase **G**eneration for Semantic and Lexical **S**imilarities Model
|
| 8 |
|
| 9 |
+
It was introduced in [the LREC-COLING 2024 paper: Controllable Paraphrase Generation for Semantic and Lexical Similarities](https://aclanthology.org/2024.lrec-main.348/).
|
| 10 |
|
| 11 |
Github: https://github.com/Ogamon958/ConPGS
|
| 12 |
|