How to use C-Stuti/temp_model_outputdir with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="C-Stuti/temp_model_outputdir")
# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("C-Stuti/temp_model_outputdir") model = AutoModelForSequenceClassification.from_pretrained("C-Stuti/temp_model_outputdir")
The community tab is the place to discuss and collaborate with the HF community!