fairseq
fairseq copied to clipboard
Skip some tokens
trafficstars
İs there a way to skip some words in translation, I tried to wrap some words with some placeholders $$$skipping words$$, I also tried to creat enumerated placeholders so that i can change them after translation (1_1_1, <1>,<2>,....). I also tried to give numbers. directly Like 11111111, 11111112, ... but None of them worked. Did someone try to do similar think? Thnx in advance