Instructions to use perceptiveshawty/compositional-roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use perceptiveshawty/compositional-roberta-base with Transformers:
# Load model directly from transformers import AutoTokenizer, RobertaForCL tokenizer = AutoTokenizer.from_pretrained("perceptiveshawty/compositional-roberta-base") model = RobertaForCL.from_pretrained("perceptiveshawty/compositional-roberta-base") - Notebooks
- Google Colab
- Kaggle
Commit History
initial commit 936bd7c
Sachin Chanchani commited on