-
Notifications
You must be signed in to change notification settings - Fork 2.1k
RuntimeError: Need to set model
argument to use create_agent
#3472
Comments
It seems to be my bad. |
hello |
where did you train it? |
pytorch using BertForSequenceClassification and dataset is Csv |
Enter text (q to quit): how are you |
you'd need to update the state dict to match one of our existing models; most likely, you're looking for our |
is there a tutorial in docs about that! I am stuck at this point I want clear detail! |
No, however, please see this script for an example of converting a fairseq checkpoint into a ParlAI model |
RuntimeError: Need to set `model` argument to use create_agent.
Also I have
KeyError: 'skip_generation'
running DisplayModel.main.You can reproduce it via the ParlAI Tutorial notebook.
The text was updated successfully, but these errors were encountered: