初始化项目,由ModelHub XC社区提供模型

Model: ddobokki/unsup-simcse-klue-roberta-small
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-26 08:43:17 +08:00
commit df1e155e42
13 changed files with 64294 additions and 0 deletions

32
README.md Normal file
View File

@@ -0,0 +1,32 @@
---
pipeline_tag: sentence-similarity
tags:
- sentence-transformers
- feature-extraction
- sentence-similarity
- transformers
- ko
---
# ddobokki/unsup-simcse-klue-roberta-small
## Usage (Sentence-Transformers)
Using this model becomes easy when you have [sentence-transformers](https://www.SBERT.net) installed:
```
pip install -U sentence-transformers
```
Then you can use the model like this:
```python
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