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="patrickquick/BERTicelli")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("patrickquick/BERTicelli")
model = AutoModelForSequenceClassification.from_pretrained("patrickquick/BERTicelli")
Quick Links

Mona AllaertLeonardo GrottiPatrick Quick

Model description

BERTicelli is an English pre-trained BERT model obtained by fine-tuning the English BERT base cased model with the training data from Offensive Language Identification Dataset (OLID).

This model was developed for the NLP Shared Task in the Digital Text Analysis program at the University of Antwerp (2021–2022).

Downloads last month
52,396
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support