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 read the paper and this BERT-based model looks amazing! Only thing is when I go to run it, it appears torch 1.7 is not longer available... is there any way to upgrade this to torch 2.* ?
Proposed Solution
Not sure how much of an overhaul that would be, just a suggestion :)
Alternatives
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
I went to the above website, however the pip command could not find the version of torch. After doing some digging it seems my Python version is too new (3.11) which may be the reason for the problems I have been having. I will upgrade to version 3.8 later today and get back to you!
I see this is a different BERT model altogether, but I am confused why the code is so long for a prediction?
The MatBERT_NER seemed fairly intuitive. I just need to provide the pretrained matbert-base and matbert-solid-state models with the huggingface from_pretrained and then use the MATBERT_NER.matbert_ner.predict function on my provided sentences.
The code you provided appears to be training the model? Is there no pre-trained model available on huggingface?
Email (Optional)
No response
Problem
I read the paper and this BERT-based model looks amazing! Only thing is when I go to run it, it appears torch 1.7 is not longer available... is there any way to upgrade this to torch 2.* ?
Proposed Solution
Not sure how much of an overhaul that would be, just a suggestion :)
Alternatives
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: