Transformers
PyTorch
ONNX
Safetensors
t5
text2text-generation
grammar
spelling
punctuation
error-correction
grammar synthesis
FLAN
text-generation-inference
Instructions to use pszemraj/grammar-synthesis-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pszemraj/grammar-synthesis-small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("pszemraj/grammar-synthesis-small") model = AutoModelForSeq2SeqLM.from_pretrained("pszemraj/grammar-synthesis-small", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -41,7 +41,7 @@ parameters:
|
|
| 41 |
---
|
| 42 |
|
| 43 |
|
| 44 |
-
# grammar-synthesis-small
|
| 45 |
|
| 46 |
This model is a fine-tuned version of [google/t5-small-lm-adapt](https://huggingface.co/google/t5-small-lm-adapt) for grammar correction on an expanded version of the [JFLEG](https://paperswithcode.com/dataset/jfleg) dataset.
|
| 47 |
|
|
|
|
| 41 |
---
|
| 42 |
|
| 43 |
|
| 44 |
+
# grammar-synthesis-small (beta)
|
| 45 |
|
| 46 |
This model is a fine-tuned version of [google/t5-small-lm-adapt](https://huggingface.co/google/t5-small-lm-adapt) for grammar correction on an expanded version of the [JFLEG](https://paperswithcode.com/dataset/jfleg) dataset.
|
| 47 |
|