antiberty-pytorch
antiberty-pytorch copied to clipboard
how load antiberty in jupyter?
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