This model is based on mDeBERTa ("microsoft/mdeberta-v3-base") and was fine-tuned for Humor Recognition in Greek language.
Model Details
The model was pre-trained over 10 epochs on Greek Humorous Dataset
Pre-processing details
The text needs to be pre-processed by removing all greek diacritics and punctuation and converting all letters to lowercase
Load Pretrained Model
from transformers import DebertaV2Tokenizer, DebertaV2ForSequenceClassification
import torch
tokenizer = DebertaV2Tokenizer.from_pretrained('kallantis/Humor-Recognition-Greek-mDeBERTa')
model = DebertaV2ForSequenceClassification.from_pretrained('kallantis/Humor-Recognition-Greek-mDeBERTa')
- Downloads last month
- 103
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the model is not deployed on the HF Inference API.