Instructions to use Contrastive-Tension/BERT-Base-NLI-CT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Contrastive-Tension/BERT-Base-NLI-CT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Contrastive-Tension/BERT-Base-NLI-CT")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Contrastive-Tension/BERT-Base-NLI-CT") model = AutoModelForMaskedLM.from_pretrained("Contrastive-Tension/BERT-Base-NLI-CT") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 13f38b28d67cd793c97f0d01ddf27be2498729178d8777fdd965e9ff901d9b45
- Size of remote file:
- 438 MB
- SHA256:
- ddf5b7c7c1982cd3e38ea8167495ff6922010d249038a441a04ca85dea3b0383
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.