Question About the Prefix
#1
by
sanadbawab
- opened
Did you add a prefix to the start of an input sequence before tokenization?
@sanadbawab
no but in the trainer script i determined that it is translation task
this is the script part
--task "translation" --text_column "source" --summary_column "target" \
How many epochs did you use?
it was 3 epochs with batch size 8
@sanadbawab