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

biblissima
/
all-MiniLM-L6-v2_cotes

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

Instructions to use biblissima/all-MiniLM-L6-v2_cotes with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use biblissima/all-MiniLM-L6-v2_cotes with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("biblissima/all-MiniLM-L6-v2_cotes")
    
    sentences = [
        "Paris. Bibliothèque nationale de France, Département des manuscrits, Latin 3085",
        "Oxford, Bodleian Library, Canon. gr., 051",
        "Paris. Bibliothèque nationale de France, Collection des manuscrits médiévaux, Latin 3084",
        "Cracovie, BJ, Ms 1724"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
all-MiniLM-L6-v2_cotes
488 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Beauvais
Add new SentenceTransformer model (#1)
1efe806 6 months ago
  • 1_Pooling
    Add new SentenceTransformer model 10 months ago
  • .gitattributes
    1.57 kB
    Add new SentenceTransformer model (#1) 6 months ago
  • README.md
    238 kB
    Add new SentenceTransformer model (#1) 6 months ago
  • config.json
    613 Bytes
    Add new SentenceTransformer model (#1) 6 months ago
  • config_sentence_transformers.json
    283 Bytes
    Add new SentenceTransformer model 10 months ago
  • model.safetensors
    471 MB
    xet
    Add new SentenceTransformer model (#1) 6 months ago
  • modules.json
    229 Bytes
    Add new SentenceTransformer model (#1) 6 months ago
  • sentence_bert_config.json
    57 Bytes
    Add new SentenceTransformer model (#1) 6 months ago
  • special_tokens_map.json
    964 Bytes
    Add new SentenceTransformer model (#1) 6 months ago
  • tokenizer.json
    17.1 MB
    xet
    Add new SentenceTransformer model (#1) 6 months ago
  • tokenizer_config.json
    1.46 kB
    Add new SentenceTransformer model (#1) 6 months ago
  • vocab.txt
    232 kB
    Add new SentenceTransformer model 10 months ago