ddobokki/unsup-simcse-klue-roberta-small

Usage (Sentence-Transformers)

Using this model becomes easy when you have sentence-transformers installed:

pip install -U sentence-transformers

Then you can use the model like this:

from sentence_transformers import SentenceTransformer
sentences = ["This is an example sentence", "Each sentence is converted"]

model = SentenceTransformer('ddobokki/unsup-simcse-klue-roberta-small')
embeddings = model.encode(sentences)
print(embeddings)

(개발중) git:https://github.com/ddobokki/KoSimCSE

Downloads last month
17
Safetensors
Model size
68.1M params
Tensor type
I64
·
F32
·
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the model is not deployed on the HF Inference API.