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

multifuly
/
cert-contrasitive-embedding

Sentence Similarity
sentence-transformers
Safetensors
roberta
feature-extraction
dense
Generated from Trainer
dataset_size:1556
loss:TripletLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use multifuly/cert-contrasitive-embedding with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use multifuly/cert-contrasitive-embedding with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("multifuly/cert-contrasitive-embedding")
    
    sentences = [
        "개발 쪽 준비하고 있어",
        "[자격증명: 전기기사] 자격증명: 전기기사 | 유형: 국가기술자격 | 분야: 전기 | NCS분류: 전기.전자 | 시행기관: 한국산업인력공단 | 등급: 기사 | 관련전공: ICT로봇공학전공, 휴먼지능로봇공학과, 휴먼・로봇융합전공, 지능형로봇융합전공, 지능로봇학과",
        "[자격증명: SQL개발자(SQLD)] 자격증명: SQL개발자(SQLD) | 유형: 국가민간자격 | 분야: 정보기술 | NCS분류: 정보통신 | 시행기관: 한국데이터산업진흥원 | 등급: 1 | 관련전공: IT미디어공학과, IT·디자인융합학부, ICT융합콘텐츠전공, 인공지능융합전공, 인공지능소프트웨어전공",
        "[자격증명: SQL개발자(SQLD)] 자격증명: SQL개발자(SQLD) | 유형: 국가민간자격 | 분야: 정보기술 | NCS분류: 정보통신 | 시행기관: 한국데이터산업진흥원 | 등급: 1 | 관련전공: IT미디어공학과, IT·디자인융합학부, ICT융합콘텐츠전공, 인공지능융합전공, 인공지능소프트웨어전공"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
cert-contrasitive-embedding
443 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
multifuly's picture
multifuly
Upload 9 files
c958c71 verified 2 months ago
  • 1_Pooling
    Upload 9 files 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    19.6 kB
    Upload 9 files 2 months ago
  • config.json
    783 Bytes
    Upload 9 files 2 months ago
  • config_sentence_transformers.json
    283 Bytes
    Upload 9 files 2 months ago
  • model.safetensors
    442 MB
    xet
    Upload 9 files 2 months ago
  • modules.json
    229 Bytes
    Upload 9 files 2 months ago
  • sentence_bert_config.json
    57 Bytes
    Upload 9 files 2 months ago
  • tokenizer.json
    752 kB
    Upload 9 files 2 months ago
  • tokenizer_config.json
    618 Bytes
    Upload 9 files 2 months ago