Instructions to use anthonymirand/haha_2019_primary_task with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use anthonymirand/haha_2019_primary_task with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="anthonymirand/haha_2019_primary_task")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("anthonymirand/haha_2019_primary_task") model = AutoModelForSequenceClassification.from_pretrained("anthonymirand/haha_2019_primary_task") - Notebooks
- Google Colab
- Kaggle