Instructions to use WENGSYX/Multilingual_SimCSE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WENGSYX/Multilingual_SimCSE with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="WENGSYX/Multilingual_SimCSE")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("WENGSYX/Multilingual_SimCSE") model = AutoModel.from_pretrained("WENGSYX/Multilingual_SimCSE") - Notebooks
- Google Colab
- Kaggle
YixuanWeng commited on
Commit ·
2a443ac
1
Parent(s): 17c5312
Upload pytorch_model.bin with git-lfs
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:340ca56b68763d795d5e731ac271653655c9b0b01410febd1ae2fb95ff3416da
|
| 3 |
+
size 1112957235
|