Instructions to use google/roberta2roberta_L-24_wikisplit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/roberta2roberta_L-24_wikisplit with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("google/roberta2roberta_L-24_wikisplit") model = AutoModelForSeq2SeqLM.from_pretrained("google/roberta2roberta_L-24_wikisplit") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
d507af2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3ea8698e413e27956557f7c469533e15d5f95f844b5d6dd55ef7b7fa8c68dd68
size 1821418078
|