How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("diamond0/dummy-model")
model = AutoModelForSequenceClassification.from_pretrained("diamond0/dummy-model")
Quick Links

This is the dummy model following the huggingface NLP course.

Downloads last month
11
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train diamond0/dummy-model