Text Classification
Transformers
Safetensors
English
distilbert
humor
deprecated
text-embeddings-inference
Instructions to use iamahmadyasin/humor-intelligence-distilbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use iamahmadyasin/humor-intelligence-distilbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="iamahmadyasin/humor-intelligence-distilbert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("iamahmadyasin/humor-intelligence-distilbert") model = AutoModelForSequenceClassification.from_pretrained("iamahmadyasin/humor-intelligence-distilbert") - Notebooks
- Google Colab
- Kaggle
⚠️ Deprecated
This model has been superseded by iamahmadyasin/humor-distilbert, which was trained under an improved protocol (5 epochs, leakage-cleaned evaluation, standardized comparison to the rJokes paper).
See the project repository for the full analysis.
- Downloads last month
- 25