clay-lab / transductions

A PyTorch framework for creating, running, and reproducing experiments on seq2seq models.
6 stars 3 forks source link

Should it be stoi['pad'] or stoi['<pad>'] #47

Closed jopetty closed 3 years ago

jopetty commented 3 years ago

Also, what's the cls token...

jopetty commented 3 years ago

vocab.stoi['pad'] and the corresponding cls lines were old, unused code.