Kurt Shuster
Kurt Shuster
(1) From your examples it doesn't look like extracting content from HTML is required; however, I'm sure there are tools available online that will extract appropriately (2 + 3) Indeed,...
can you include it in the `override` as well? additionally, if you want to force search, specify `"search_decision": "always"` (in the `override` key as well)
you can ignore the warning. could you please also set `'loglevel': 'debug'` in the `opt` (and `override`) and then provide a full stack trace after attempting to ask it a...
i actually notice you're not using the correct model file; could you try `'model_file': 'zoo:bb3/bb3_3B/model'`?
Hmm yes there is clearly something wrong with your model. Are you sure you resharded correctly?
I just ran through the whole procedure myself and it all worked for me. Have you ensured that you copied the correct dict files to your `RESHARDED` folder?
something's up with your metaseq installation, i'd imagine. how did you install that repository? are you on the proper sub-branches for all the other repos (e.g., `fairseq_v3` for Megatron)? I...
can you try re-downloading the model weights and re-sharding? other than that my only suggestion would be a completely fresh install of metaseq and parlai. I'm unable to repro on...
the `jsonfile` agent expects a `.jsonl` file; specifically, a file where each line is an example dialogue. You may want to dump your dialogues to the file using `f.write(f"{json.dumps(dialogue)}\n")` for...
Thanks for the PR, could you also please update the [cache keys for our CI](https://github.com/facebookresearch/ParlAI/blob/8b18a15b71d148b7d2a108196115bcc4f025d655/.circleci/config.yml#L234)? CC @moyapchen as this is TOD-related (lmk if someone else is better suited for review)