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 found same issue. I think it's numpy data saved from training done in section 3 with RoBERTa. Did you find any kind of fix??
Sadly no. They don't include the BERT code that does the embedding. You can do it yourself though. Look for the library huggingface bert. It has everything plug and play.
I was trying to run your code with some new ideas, but it breaks at this line:
text_embeddings = np.load("rumor_detection_acl2017/output_bert.npy")
How do you generate the output_bert.npy file ? I can't seem to find the relevant code in the repo.
The text was updated successfully, but these errors were encountered: