Instructions to use BM-K/KoSimCSE-Unsup-BERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BM-K/KoSimCSE-Unsup-BERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="BM-K/KoSimCSE-Unsup-BERT")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("BM-K/KoSimCSE-Unsup-BERT") model = AutoModel.from_pretrained("BM-K/KoSimCSE-Unsup-BERT", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
9a73553 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e1464e90dfaf393afc63e48dafd3db5ec46c75d83903fb1669aef654ff32da3a
size 442555895
|