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