Instructions to use GAIR/rst-sentiment-classification-11b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GAIR/rst-sentiment-classification-11b with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("GAIR/rst-sentiment-classification-11b") model = AutoModelForSeq2SeqLM.from_pretrained("GAIR/rst-sentiment-classification-11b") - Notebooks
- Google Colab
- Kaggle
File size: 136 Bytes
e08c2bb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9bce9ff26eac9f9de72896ff36cc13f242bd11a5014119c4415f290143c7464a
size 45229516979
|