Instructions to use Ayham/robertagpt2_xsum with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ayham/robertagpt2_xsum with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Ayham/robertagpt2_xsum") model = AutoModelForSeq2SeqLM.from_pretrained("Ayham/robertagpt2_xsum", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
377d08e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c3727a63b59b55d00d695d82717d74bff1e2932a2d6fc1b55df12d63fac34e07
size 2927
|