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