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
Commit ·
8c17cb4
1
Parent(s): e8654f2
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ metrics:
|
|
| 15 |
---
|
| 16 |
# Model Card for CoEdIT-xl
|
| 17 |
|
| 18 |
-
This model was obtained by fine-tuning the corresponding google/flan-t5-xl model on the CoEdIT dataset.
|
| 19 |
|
| 20 |
Paper: CoEdIT: ext Editing by Task-Specific Instruction Tuning
|
| 21 |
Authors: Vipul Raheja, Dhruv Kumar, Ryan Koo, Dongyeop Kang
|
|
|
|
| 15 |
---
|
| 16 |
# Model Card for CoEdIT-xl
|
| 17 |
|
| 18 |
+
This model was obtained by fine-tuning the corresponding google/flan-t5-xl model on the CoEdIT dataset. Details of the dataset can be found in our paper and repository.
|
| 19 |
|
| 20 |
Paper: CoEdIT: ext Editing by Task-Specific Instruction Tuning
|
| 21 |
Authors: Vipul Raheja, Dhruv Kumar, Ryan Koo, Dongyeop Kang
|