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
Hello to everyone,
I am quite new in machine learning and not super familiar with python and probably my question could be naive.
Is the pre-trained model antiberty (or antiberta) available on hugginface? Ho can I load the model in jupyter notebook?
In the past months I have used protbert pre-trained model in jupyter with a command line like this
model = BertForSequenceClassification.from_pretrained('Rostlab/prot_bert_bfd', and than trained a simple model sequence classification.
I was looking for antibert as I have antibody sequences, but I could not find it into the Model section of HugginFace; I just found a Dataset in the corresponding. What should I do?
Thanks or any suggestion/feedback
Best
VB
The text was updated successfully, but these errors were encountered:
Hello to everyone,
I am quite new in machine learning and not super familiar with python and probably my question could be naive.
Is the pre-trained model antiberty (or antiberta) available on hugginface? Ho can I load the model in jupyter notebook?
In the past months I have used protbert pre-trained model in jupyter with a command line like this
model = BertForSequenceClassification.from_pretrained('Rostlab/prot_bert_bfd', and than trained a simple model sequence classification.
I was looking for antibert as I have antibody sequences, but I could not find it into the Model section of HugginFace; I just found a Dataset in the corresponding. What should I do?
Thanks or any suggestion/feedback
Best
VB
The text was updated successfully, but these errors were encountered: