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
Infinite loop of processing
#3
by Ejentos - opened
Hi there,
I am trying to correct human speech and faced with the issue when XL and XL-composite models go to infinite processing. Here is the text example:
"fix grammar: hello! It's me. da da da da da da da da da da."
For sure 'da da da da' doesn't make any sense, but should it be an infinite loop? Any solutions?
machineteacher changed discussion status to closed