Instructions to use grammarly/coedit-xxl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use grammarly/coedit-xxl with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("grammarly/coedit-xxl") model = AutoModelForSeq2SeqLM.from_pretrained("grammarly/coedit-xxl") - Notebooks
- Google Colab
- Kaggle
File size: 136 Bytes
33e9122 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:bfb8918bcefe8c82e45dde9911b5f0e58e07c2c2eef391f45af0b35e5c01028f
size 44540603369
|