Sentence Similarity
Transformers
PyTorch
TensorFlow
JAX
Safetensors
bert
feature-extraction
sentence_embedding
multilingual
google
text-embeddings-inference
Instructions to use setu4993/LaBSE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use setu4993/LaBSE with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("setu4993/LaBSE") model = AutoModel.from_pretrained("setu4993/LaBSE", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Re-export model with TF 2.9
Browse files- tf_model.h5 +1 -1
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1883974632
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e971d0404bba02ce8ab4568bc9625a74e6fbe99c7cdc927d5f3095597a70c55d
|
| 3 |
size 1883974632
|