Instructions to use binwang/RSE-BERT-base-STS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use binwang/RSE-BERT-base-STS with Transformers:
# Load model directly from transformers import AutoTokenizer, BertForRSE tokenizer = AutoTokenizer.from_pretrained("binwang/RSE-BERT-base-STS") model = BertForRSE.from_pretrained("binwang/RSE-BERT-base-STS") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3824677facc2612df7ba45e8a0b4dd51678b1f5e902982b66d1a54ee9417f78
|
| 3 |
+
size 437962736
|