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
Rasa train error when using set4993/LaBSE in LanguageModelFeaturizer component.
#4
by Redgalaxy2 - opened
@Redgalaxy2 : Can you provide any some context here? I don't use Rasa and I'm not familiar with the component you've mentioned here. From looking through the tiny error trace, it does seem like the error is on the Rasa side because it talks about a node Rasa is expecting in there.
setu4993 changed discussion status to closed
