Sentence Similarity
Transformers
PyTorch
Safetensors
English
bert
feature-extraction
text-embeddings-inference
Instructions to use SAP/miCSE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SAP/miCSE with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("SAP/miCSE") model = AutoModel.from_pretrained("SAP/miCSE") - Notebooks
- Google Colab
- Kaggle
Upload pytorch_model.bin
Browse files- pytorch_model.bin +2 -2
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11b832ae2c782cf110a0da2c1617632842437eefbc9ba9088f6120add9801f84
|
| 3 |
+
size 437995569
|