Instructions to use jonghwi/xlm-roberta-large_ColBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jonghwi/xlm-roberta-large_ColBERT with Transformers:
# Load model directly from transformers import AutoTokenizer, HF_ColBERT tokenizer = AutoTokenizer.from_pretrained("jonghwi/xlm-roberta-large_ColBERT") model = HF_ColBERT.from_pretrained("jonghwi/xlm-roberta-large_ColBERT") - 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:3a6ac05939c3eb68165c9ab1f37a7d8ec30b2d5481eb464eb06ece194e84d18b
|
| 3 |
+
size 2240138880
|