-
Notifications
You must be signed in to change notification settings - Fork 537
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add FreebaseQA to tasks and gauntlet #1115
Conversation
Hi @moeiniamir this dataset is very cool. Can you explain the MARLIN section a bit more? |
I mistakenly created the pull request on my main branch. I just monkey-patched Marlin for internal use since it requires replacing the linear layers of the model, and I found no clean way to include that in the framework. Should I make a separate branch until the commit before that and create a new PR, or is it doable on your side? |
…dd-b633-97dce62926e8 utils/gptq refactor
Added FreebaseQA which is used in several recent papers 1 2 3. Tested on Vicuna-7B and obtained similar results to 3. Feel free to cherry-pick if we only need the JSON file itself.