Instructions to use Contrastive-Tension/BERT-Base-CT-STSb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Contrastive-Tension/BERT-Base-CT-STSb with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Contrastive-Tension/BERT-Base-CT-STSb")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Contrastive-Tension/BERT-Base-CT-STSb") model = AutoModel.from_pretrained("Contrastive-Tension/BERT-Base-CT-STSb") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
0ca67e2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:839fc2170c4cf9ecd7933ae5eedd6522f2a0f1d06a43a8e0ddd9b00700df762f
size 437936109
|