Grammar Fixer SFT by alfazick

Fine-tuned model for grammar correction using the CoEdit dataset (GEC task).

Usage

from transformers import pipeline

corrector = pipeline("text-generation", model="alfazick/sft-grammar-fixer")
result = corrector("Fix grammar: He don't likes the apples.", max_length=50)

Training Details

  • Dataset: grammarly/coedit (filtered for grammar correction task)
  • Fine-tuning method: Supervised Fine-Tuning (SFT)
Downloads last month
242
Safetensors
Model size
0.1B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train alfazick/sft-grammar-fixer