This repository was archived by the owner on Nov 3, 2023. It is now read-only.
Using FlauBert with ParlAI #3656
Unanswered
Cyril-Joubert
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi there, FlauBERT was pretrained with a MLM objective, so it would need significant adjustment to be used as a generation model You can check out our https://github.com/facebookresearch/ParlAI/tree/master/parlai/agents/hugging_face Different models have different idiosyncrasies which makes it hard to do this in the "generic" case, but hopefully these examples can help you add a model of your choosing. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I need to use FlauBert (or other french pretrained models) which is available via Hugging Face's Transformer, in order to create a french dialogue system but I didn't find any way to use it with ParlAI.
Is it possible to use FlauBert with ParlAI ? and if yes, how to do it ?
Beta Was this translation helpful? Give feedback.
All reactions