Instructions to use matchbench/selfkg-labse with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use matchbench/selfkg-labse with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("matchbench/selfkg-labse", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 127 Bytes
399d494 | 1 2 3 | model_checkpoint_path: "/root/kg/bert/labse/bert_model.ckpt"
all_model_checkpoint_paths: "/root/kg/bert/labse/bert_model.ckpt"
|