Instructions to use grammarly/coedit-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use grammarly/coedit-large with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("grammarly/coedit-large") model = AutoModelForSeq2SeqLM.from_pretrained("grammarly/coedit-large") - Notebooks
- Google Colab
- Kaggle
Commit ·
59a7232
1
Parent(s): 7837896
Adding `safetensors` variant of this model (#2)
Browse files- Adding `safetensors` variant of this model (e41d14dfcd226c219ae1dc3992dcfd1d734ec37f)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>