Sentence Similarity
sentence-transformers
Safetensors
OpenVINO
bert
feature-extraction
Generated from Trainer
dataset_size:182343
loss:CategoricalContrastiveLoss
Instructions to use Detomo/cl-nagoya-sup-simcse-ja-nss-v1_0_7_8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use Detomo/cl-nagoya-sup-simcse-ja-nss-v1_0_7_8 with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("Detomo/cl-nagoya-sup-simcse-ja-nss-v1_0_7_8") sentences = [ "科目:コンクリート。名称:浮き床コンクリート。", "科目:コンクリート。名称:普通コンクリート。摘要:JIS A5308 FC21 S18粗骨材20。備考:刊-コン 2118EXP.J面コン。", "科目:コンクリート。名称:充填コンクリート(EXP_J内)。", "科目:コンクリート。名称:免震上部コンクリート打設手間。" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!