This model based on Multilingual MiniLM ("microsoft/Multilingual-MiniLM-L12-H384") 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 AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("kallantis/Humor-Recognition-Greek-Multilingual-MiniLM")
model = AutoModelForSequenceClassification.from_pretrained("kallantis/Humor-Recognition-Greek-Multilingual-MiniLM")
Downloads last month
16
Safetensors
Model size
118M params
Tensor type
F32
·
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.

Dataset used to train Kalloniatis/Humor-Recognition-Greek-Multilingual-MiniLM