You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was considering diving into the source to do it, but I don't see any clear indications of huggingface models. I assume you must be downloading the weights and then applying them to an empty pytorch model.
Activity
thistleknot commentedon Jan 15, 2023
I'm actually trying to borrow a prompt engineering method used for simple-gpt2
https://github.com/RossSong/GPT2-Question-Answering/blob/master/QA.ipynb
for retooling with happytransformer.
EricFillion/happy-transformer#310