-
Notifications
You must be signed in to change notification settings - Fork 457
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
Traceback (most recent call last): #71
Comments
I am getting the same issue when trying to run m = TransformerLanguageModel.from_pretrained(
"checkpoints/QA-PubMedQA-BioGPT-Large",
"checkpoint_avg.pt",
"data",
tokenizer="moses",
bpe="fastbpe",
bpe_codes="data/bpecodes",
min_len=100,
max_len_b=1024,
) |
What was the error you were getting |
|
Hello @Kristian-A @Dontmindmes, were you ever able to fix this? I'm having the same issue. I've fine tuned BioGPT on a relation extraction task, and the training with fairseq was just fine, but now I can't evaluate it. |
Was anyone able to solve this? |
Hello when i execute the following code i get the following error (Windows 11)
`
`
`
`
The text was updated successfully, but these errors were encountered: