AutoTrain documentation
Seq2Seq
Get started
Data Formats
You are viewing v0.7.4 version. A newer version v0.8.24 is available.
Seq2Seq
Seq2Seq is a task that involves converting a sequence of words into another sequence of words. It is used in machine translation, text summarization, and question answering.
Data Format
text,target
"this movie is great","dieser Film ist großartig"
"this movie is bad","dieser Film ist schlecht"
.
.
.Columns
Your CSV dataset must have two columns: text and target.