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