This repository was archived by the owner on Jul 30, 2026. It is now read-only.
Replies: 1 comment
|
Here what I finally did to get it running: |
0 replies
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.
Hi here
I used to work with bb2 some months ago, and my new end goal is to fine tune
bb3. As a starter, I want just to try the 3b model. According to the doc, it should be as simple as:and then
or
By doing so, the 5.36G bb3 model is downloaded but then I got the following error message:
FileNotFoundError: Could not find filename 'gen/r2c2_bb3.opt or opt preset 'gen/r2c2_bb3.opt.opt'. Please check https://parl.ai/docs/opt_presets.html for a list of available opt presets.According to the doc, those opt presets are bundled with ParlAI and may be used by simply invoking the -o options but that does not work.
What did I miss ?
All reactions