grammarly/coedit
Viewer • Updated • 70.8k • 845 • 97
How to use pranay-j/flan-t5-coedit-xl with PEFT:
from peft import PeftModel
from transformers import AutoModelForSeq2SeqLM
base_model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-t5-xl")
model = PeftModel.from_pretrained(base_model, "pranay-j/flan-t5-coedit-xl")This model is a fine-tuned version of google/flan-t5-xl on the coedit dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.6654 | 1.0 | 2158 | 0.5379 |
Base model
google/flan-t5-xl