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
|
@@ -3,9 +3,8 @@ language:
|
|
| 3 |
- en
|
| 4 |
---
|
| 5 |
|
| 6 |
-
#
|
| 7 |
-
|
| 8 |
-
**Con**trollable **P**araphrase **G**eneration for Semantic and Lexical **S**imilarities model (**ConPGS model**)
|
| 9 |
|
| 10 |
Github: https://github.com/Ogamon958/ConPGS
|
| 11 |
|
|
|
|
| 3 |
- en
|
| 4 |
---
|
| 5 |
|
| 6 |
+
# ConPGS Model
|
| 7 |
+
**Con**trollable **P**araphrase **G**eneration for Semantic and Lexical **S**imilarities Model
|
|
|
|
| 8 |
|
| 9 |
Github: https://github.com/Ogamon958/ConPGS
|
| 10 |
|