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
|
@@ -60,7 +60,7 @@ with torch.no_grad():
|
|
| 60 |
|
| 61 |
|
| 62 |
## Citation
|
| 63 |
-
Please cite our LREC-COLING2024 paper if you use this
|
| 64 |
(Details updated after submission.)
|
| 65 |
|
| 66 |
```
|
|
|
|
| 60 |
|
| 61 |
|
| 62 |
## Citation
|
| 63 |
+
Please cite our LREC-COLING2024 paper if you use this model:
|
| 64 |
(Details updated after submission.)
|
| 65 |
|
| 66 |
```
|