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

pipe = pipeline("fill-mask", model="NLP-EXP/QE3")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM

tokenizer = AutoTokenizer.from_pretrained("NLP-EXP/QE3")
model = AutoModelForMaskedLM.from_pretrained("NLP-EXP/QE3")
Quick Links

The QARiB-Emotion-300k (QE3) is a QARiB language model that was further pre-trained for 300k training steps and roughly 28 epochs using the emotion tweets dataset (roughly 1.2 million tweets).

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