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
Commit History
Upload tokenizer_config.json df8cd37
YixuanWeng commited on
Upload spm.model with git-lfs 2cbbc2c
YixuanWeng commited on
Upload special_tokens_map.json df6bb0e
YixuanWeng commited on
Upload pytorch_model.bin with git-lfs 2a443ac
YixuanWeng commited on
Upload config.json 17c5312
YixuanWeng commited on
Upload added_tokens.json 98ec801
YixuanWeng commited on
Upload README.md 1ce2d2c
YixuanWeng commited on
Delete readme.md 095eca9
YixuanWeng commited on
Upload readme.md ee37659
YixuanWeng commited on