File size: 194 Bytes
7c4a3f6
 
 
 
1
2
3
4
from transformers import BertForSequenceClassification

# Load the model from the Hugging Face model hub
model = BertForSequenceClassification.from_pretrained("Erfan11/Neuracraft", from_tf=True)