Kurt Shuster
Kurt Shuster
If you pull the latest ParlAI, this should be fixed
I would take a look at our other dialogue-image datasets, specifically, image_chat and personality_captions
Hi, there are a few options here. For GPT2 specifically, we released some agent code so that you can use the tasks directly as they are defined; you can use...
> write a script Not necessary! To clarify: `projects.seeker.tasks.dialogue` is actually a multi-task wrapper over several of the dialogue tasks. Because you want to multitask with dialogue *and* knowledge tasks,...
yep, something like that. hoping to get a release out in the next couple of days!
@c-flaherty @lightvector is there any update on this?
> Is there any possibility to add a knowledge base about a particular person If you setup your search server to be some sort of sparse retrieval index you can...
Sure, that might work. I simply meant any index not requiring dense retrieval. Or really any sort of search index you'd like
If you specify `--task convai2` when using `parlai interactive`, it'll load up an interactive world [defined in this file](https://github.com/facebookresearch/ParlAI/blob/main/parlai/tasks/convai2/worlds.py#L57). Notice how the [initial "contexts"](https://github.com/facebookresearch/ParlAI/blob/75a58707fd35c6e75d143b051e9455cb01862f80/parlai/tasks/convai2/worlds.py#L76-L77) are a set of personas that...
closing for now as this seems resolved, please reopen if you have further questions