Skip to content

How to Fine-tune a generator? #3208

Discussion options

You must be logged in to vote

Hi @SigProcess ,

Based on your description, I think you're correct in that it's a Text2Text task. So if it's always about getting the standardized form, then perhaps the query part is not relevant. So a direct Text2Text task: non-standard_phrase -> standardized-form. More specifically, sounds like a paraphrasing task.

And so Seq2SeqGenerator as you say is right. However, it doesn't support finetuning at the moment. It is a wrapper around HuggingFace Text2Text models. So perhaps you could look around specifically for fine-tuning those models for paraphrasing. One example.

cc: @vblagoje (in case there is something incorrect in the assessment above or you have something to add)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@SigProcess
Comment options

@ErfolgreichCharismatisch
Comment options

Answer selected by SigProcess
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants