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
I wonder if grammarly has a trained model which talks about the sentence score
#4
by sauravm8 - opened
Like the question asks, the coedit models are really good in correcting sentences, but is there a model which scores the correctness of sentences like grammarly does in it's application?
machineteacher changed discussion status to closed