Instructions to use gotutiyan/gec-bart-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gotutiyan/gec-bart-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("gotutiyan/gec-bart-base") model = AutoModelForSeq2SeqLM.from_pretrained("gotutiyan/gec-bart-base") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
|
| 5 |
-
This a reproduction of the following paper:
|
| 6 |
```
|
| 7 |
@inproceedings{katsumata-komachi-2020-stronger,
|
| 8 |
title = "Stronger Baselines for Grammatical Error Correction Using a Pretrained Encoder-Decoder Model",
|
|
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
|
| 5 |
+
This is a reproduction of the following paper:
|
| 6 |
```
|
| 7 |
@inproceedings{katsumata-komachi-2020-stronger,
|
| 8 |
title = "Stronger Baselines for Grammatical Error Correction Using a Pretrained Encoder-Decoder Model",
|