Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

CocoRoF
/
ModernBERT-SimCSE-multitask_v03-retry

Sentence Similarity
sentence-transformers
Safetensors
modernbert
feature-extraction
Generated from Trainer
dataset_size:5749
loss:CosineSimilarityLoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use CocoRoF/ModernBERT-SimCSE-multitask_v03-retry with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use CocoRoF/ModernBERT-SimCSE-multitask_v03-retry with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("CocoRoF/ModernBERT-SimCSE-multitask_v03-retry")
    
    sentences = [
        "우리는 움직이는 동행 우주 정지 좌표계에 비례하여 이동하고 있습니다 ... 약 371km / s에서 별자리 leo 쪽으로. \"",
        "두 마리의 독수리가 가지에 앉는다.",
        "다른 물체와는 관련이 없는 '정지'는 없다.",
        "소녀는 버스의 열린 문 앞에 서 있다."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
ModernBERT-SimCSE-multitask_v03-retry / eval
129 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
CocoRoF's picture
CocoRoF
CocoRoF/ModernBERT-SimCSE-multitask_v03-retry
8ea8efa verified over 1 year ago
  • similarity_evaluation_sts_dev_results.csv
    129 kB
    CocoRoF/ModernBERT-SimCSE-multitask_v03-retry over 1 year ago