Parlai: Do you consider adding transformer to agents?

Created on 11 Oct 2018  路  5Comments  路  Source: facebookresearch/ParlAI

Transformer works well on NMT. I wonder why it is not used in dialogue generation .

Most helpful comment

We are using it, but have not made our implementation public yet. We expect to have a public version you can "beta test" in the 1-2 week range.

All 5 comments

We are using it, but have not made our implementation public yet. We expect to have a public version you can "beta test" in the 1-2 week range.

In the meantime, you can use fairseq's implementation to play with using -m fairseq --arch transformer

Hmm, looks like there's a problem with an empty batch somewhere. Can you give the full command you ran?

Btw, I used Transformer for dialog modelling, check my Seq2seqChatbots repository.
However, I used the official tensorflow implementation, it would be cool if it was integrated into ParlAI.

I just found the pull request related to the Transformer, looks like it's very close to being merged!

Yeah should be merging in #1283 later today.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

craclog picture craclog  路  3Comments

Ufukdogann picture Ufukdogann  路  6Comments

pcgreat picture pcgreat  路  5Comments

Ufukdogann picture Ufukdogann  路  6Comments

EricMichaelSmith picture EricMichaelSmith  路  4Comments