Instructions to use perceptiveshawty/compositional-bert-large-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use perceptiveshawty/compositional-bert-large-uncased with Transformers:
# Load model directly from transformers import AutoTokenizer, BertForCL tokenizer = AutoTokenizer.from_pretrained("perceptiveshawty/compositional-bert-large-uncased") model = BertForCL.from_pretrained("perceptiveshawty/compositional-bert-large-uncased") - Notebooks
- Google Colab
- Kaggle
Ctrl+K