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

kategosari
/
clliffsofdover2_finetuned

Sentence Similarity
sentence-transformers
Safetensors
electra
feature-extraction
Generated from Trainer
dataset_size:18177
loss:CosineSimilarityLoss
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use kategosari/clliffsofdover2_finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use kategosari/clliffsofdover2_finetuned with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("kategosari/clliffsofdover2_finetuned")
    
    sentences = [
        "카슈미르는 인도와 파키스탄으로 나뉜다.",
        "나는 두 시간마다 고양이를 모으는 나의 매일의 의식에 지쳐서 반얀나무 아래에 남아 있었다.",
        "카슈미르는 인도와 파키스탄에 의해 주장되고 있다.",
        "○ 신종코로나바이러스 감염증 사례정의에 부합한 경우 검사를 받을 수 있습니다."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
clliffsofdover2_finetuned
450 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
kategosari's picture
kategosari
Add new SentenceTransformer model
676b7e1 verified 11 months ago
  • 1_Pooling
    Add new SentenceTransformer model 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    14.6 kB
    Add new SentenceTransformer model 11 months ago
  • config.json
    732 Bytes
    Add new SentenceTransformer model 11 months ago
  • config_sentence_transformers.json
    205 Bytes
    Add new SentenceTransformer model 11 months ago
  • model.safetensors
    449 MB
    xet
    Add new SentenceTransformer model 11 months ago
  • modules.json
    229 Bytes
    Add new SentenceTransformer model 11 months ago
  • sentence_bert_config.json
    53 Bytes
    Add new SentenceTransformer model 11 months ago
  • special_tokens_map.json
    695 Bytes
    Add new SentenceTransformer model 11 months ago
  • tokenizer.json
    832 kB
    Add new SentenceTransformer model 11 months ago
  • tokenizer_config.json
    1.46 kB
    Add new SentenceTransformer model 11 months ago
  • vocab.txt
    280 kB
    Add new SentenceTransformer model 11 months ago