Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

LocalDoc
/
LocRet-small

Sentence Similarity
sentence-transformers
Safetensors
Azerbaijani
bert
feature-extraction
retrieval
azerbaijani
embedding
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use LocalDoc/LocRet-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use LocalDoc/LocRet-small with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("LocalDoc/LocRet-small")
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Notebooks
  • Google Colab
  • Kaggle
LocRet-small
488 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
vrashad's picture
vrashad
Update README.md
272ed61 verified about 2 months ago
  • 1_Pooling
    Upload LocRet-small about 2 months ago
  • .gitattributes
    1.57 kB
    Upload LocRet-small about 2 months ago
  • README.md
    7.23 kB
    Update README.md about 2 months ago
  • config.json
    755 Bytes
    Upload LocRet-small about 2 months ago
  • config_sentence_transformers.json
    305 Bytes
    Update config_sentence_transformers.json about 2 months ago
  • model.safetensors
    471 MB
    xet
    Upload LocRet-small about 2 months ago
  • modules.json
    349 Bytes
    Upload LocRet-small about 2 months ago
  • sentence_bert_config.json
    57 Bytes
    Upload LocRet-small about 2 months ago
  • tokenizer.json
    17.1 MB
    xet
    Upload LocRet-small about 2 months ago
  • tokenizer_config.json
    348 Bytes
    Upload LocRet-small about 2 months ago