Instructions to use grammarly/coedit-xl-composite with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use grammarly/coedit-xl-composite with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("grammarly/coedit-xl-composite") model = AutoModelForSeq2SeqLM.from_pretrained("grammarly/coedit-xl-composite") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#3 opened over 1 year ago
by
SFconvertbot
Librarian Bot: Update Hugging Face dataset ID
#2 opened about 2 years ago
by
librarian-bot