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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

damand2061
/
negasibert-ct

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

Instructions to use damand2061/negasibert-ct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use damand2061/negasibert-ct with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("damand2061/negasibert-ct")
    
    sentences = [
        "Makalah ini diterbitkan dalam format online hanya oleh Metro International.",
        "Liga ini berkembang dari tahun 1200 hingga 1500, dan terus menjadi semakin penting setelahnya.",
        "Ini dirancang oleh orang lain selain WL Bottomley / William Lawrence Bottomley.",
        "Lahan tersebut sekarang menjadi Cagar Alam Bentley Priory, sebuah Situs Kepentingan Ilmiah Khusus."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
negasibert-ct
499 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
damand2061's picture
damand2061
Add new SentenceTransformer model.
9c34982 verified almost 2 years ago
  • 1_Pooling
    Add new SentenceTransformer model. almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    17.2 kB
    Add new SentenceTransformer model. almost 2 years ago
  • config.json
    1.1 kB
    Add new SentenceTransformer model. almost 2 years ago
  • config_sentence_transformers.json
    195 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • model.safetensors
    498 MB
    xet
    Add new SentenceTransformer model. almost 2 years ago
  • modules.json
    229 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • sentence_bert_config.json
    52 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • special_tokens_map.json
    125 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • tokenizer.json
    709 kB
    Add new SentenceTransformer model. almost 2 years ago
  • tokenizer_config.json
    1.23 kB
    Add new SentenceTransformer model. almost 2 years ago
  • vocab.txt
    229 kB
    Add new SentenceTransformer model. almost 2 years ago