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
Commit ·
0ca67e2
1
Parent(s): b535cc4
upload flax model
Browse files- flax_model.msgpack +3 -0
flax_model.msgpack
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:839fc2170c4cf9ecd7933ae5eedd6522f2a0f1d06a43a8e0ddd9b00700df762f
|
| 3 |
+
size 437936109
|