transformer based translation from language english(left-to-right) to language(right-to-left) language
110 views
Skip to first unread message
rabail kamboh
unread,
Mar 15, 2023, 3:24:28 AM3/15/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fairseq Users
hello everyone!
i am running fairseq transformer model (new model) to translation english to arabic language. as english is left-to-right written language and arabic is right-to-left written language. My question is if the transformers automatically handle this different written structure or we have to do some coding for position encodings??