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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
0ed2393
1
Parent(s): 862c29a
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ metrics:
|
|
| 18 |
|
| 19 |
This model was obtained by fine-tuning the corresponding google/flan-t5-large model on the CoEdIT dataset. Details of the dataset can be found in our paper and repository.
|
| 20 |
|
| 21 |
-
**Paper:** CoEdIT:
|
| 22 |
|
| 23 |
**Authors:** Vipul Raheja, Dhruv Kumar, Ryan Koo, Dongyeop Kang
|
| 24 |
|
|
|
|
| 18 |
|
| 19 |
This model was obtained by fine-tuning the corresponding google/flan-t5-large model on the CoEdIT dataset. Details of the dataset can be found in our paper and repository.
|
| 20 |
|
| 21 |
+
**Paper:** CoEdIT: Text Editing by Task-Specific Instruction Tuning
|
| 22 |
|
| 23 |
**Authors:** Vipul Raheja, Dhruv Kumar, Ryan Koo, Dongyeop Kang
|
| 24 |
|