Instructions to use textattack/facebook-bart-base-RTE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use textattack/facebook-bart-base-RTE with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("textattack/facebook-bart-base-RTE") model = AutoModelForSeq2SeqLM.from_pretrained("textattack/facebook-bart-base-RTE") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
d4e3b9c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ce97d4652b834b929bf2b9ee90c01307b29dd4234dacb0137091967bf62280d7
size 560080394
|