Text Classification
Transformers
PyTorch
English
roberta
humor-detection
humor-classification
joke-detection
humor-vs-non-humor
binary-classification
english
nlp
computational-humor
Instructions to use Humor-Research/humor-detection-pun-of-the-day-453 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Humor-Research/humor-detection-pun-of-the-day-453 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Humor-Research/humor-detection-pun-of-the-day-453")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Humor-Research/humor-detection-pun-of-the-day-453") model = AutoModelForSequenceClassification.from_pretrained("Humor-Research/humor-detection-pun-of-the-day-453", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload trainer_state.json with huggingface_hub 231081d
Upload scaler.pt with huggingface_hub 96291dc
Upload pytorch_model.bin with huggingface_hub e656c24
Upload training_args.bin with huggingface_hub efa047d
Upload scheduler.pt with huggingface_hub 8753570
Upload config.json with huggingface_hub 70a32c6
Upload optimizer.pt with huggingface_hub 1f64f60
Upload rng_state.pth with huggingface_hub efd2d62
initial commit a72259f
Vladimir Kniazhevski commited on