How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-classification", model="SajilAwale/FunnyModel")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("SajilAwale/FunnyModel")
model = AutoModelForSequenceClassification.from_pretrained("SajilAwale/FunnyModel")
Quick Links

Model Card for Funny Model (fun-model-v0.1)

This model was fine tuned to classify if a joke is humorous, offensive and what sentiment it carries (multi-label classification).

Model Details

  • Base Model: FacebookAI/roberta-base
  • Tokenizer: FacebookAI/roberta-base
  • Parameters: 125M

Training Data

Dataset

image/png

Evaluation

image/png

Downloads last month
9
Safetensors
Model size
0.1B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for SajilAwale/FunnyModel

Finetuned
(2255)
this model