Instructions to use grammarly/coedit-xl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use grammarly/coedit-xl with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("grammarly/coedit-xl") model = AutoModelForSeq2SeqLM.from_pretrained("grammarly/coedit-xl") - Notebooks
- Google Colab
- Kaggle
Commit ·
667d8c1
1
Parent(s): 8c17cb4
Rename Screen Shot 2023-05-12 at 3.36.37 PM.png to task_examples.png
Browse files
Screen Shot 2023-05-12 at 3.36.37 PM.png → task_examples.png
RENAMED
|
File without changes
|