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
File size: 134 Bytes
aa18314 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f8afee9fc67d38daec125a01849519c7ba7ebeb7a0031976ae9b5b0fb56601a9
size 711427130
|