EvaKlimentova/knots_AF
Viewer • Updated • 197k • 3
How to use EvaKlimentova/knots_distillprotbert_alphafold with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="EvaKlimentova/knots_distillprotbert_alphafold") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("EvaKlimentova/knots_distillprotbert_alphafold")
model = AutoModelForSequenceClassification.from_pretrained("EvaKlimentova/knots_distillprotbert_alphafold")The model is trained on knots_AF dataset
The accuracy on the test set is ~ 0.9787