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