Edit model card

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

A GreekBERT ("nlpaueb/bert-base-greek-uncased-v1") based model 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-BERT")
model = AutoModelForSequenceClassification.from_pretrained("kallantis/Humor-Recognition-Greek-BERT")
Downloads last month
1
Safetensors
Model size
113M params
Tensor type
F32
·

Dataset used to train kallantis/Humor-Recognition-Greek-BERT