Instructions to use NLP-EXP/QSRT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NLP-EXP/QSRT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="NLP-EXP/QSRT")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("NLP-EXP/QSRT") model = AutoModelForMaskedLM.from_pretrained("NLP-EXP/QSRT") - Notebooks
- Google Colab
- Kaggle
The QARiB-Sentiment-Reviews-Tweets (QSRT) Model is the continuation of training from the last checkpoint of the QSR model for an additional 300k training steps (600k in total with QSR training steps). The QSRT model was trained for roughly 52 epochs using sentiment dataset contains both tweets and reviews (consists of 1,433,657 sentences).
- Downloads last month
- 2