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/QST")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM

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

the QARiB-Sentiment-Tweets (QST) Model is a QARiB language model that was further pre-trained for 300K training steps and roughly 28 epochs using sentiment tweets dataset (contains over 682,000 tweets)

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