File size: 196 Bytes
06f46aa
0e7cada
06f46aa
 
1
2
3
4
from transformers import BertForSequenceClassification

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