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

  • Log In
  • Sign Up

haajidheere
/
ErayNet-nirig

sentence-transformers
Somali
English
Italian
semantic-search
lexical-retrieval
somali
multilingual
dictionary
terminology
Model card Files Files and versions
xet
Community

Instructions to use haajidheere/ErayNet-nirig with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use haajidheere/ErayNet-nirig with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("haajidheere/ErayNet-nirig")
    
    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
ErayNet-nirig
141 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
haajidheere's picture
haajidheere
Add api/search.py
56c8fdd verified 20 days ago
  • ai_model
    Add ai_model/README.md 20 days ago
  • api
    Add api/search.py 20 days ago
  • examples
    Add examples/sample_queries.md 20 days ago
  • .gitattributes
    1.52 kB
    initial commit 20 days ago
  • README.md
    3.21 kB
    Add README.md 20 days ago
  • build_embeddings.py
    2.38 kB
    Add build_embeddings.py 20 days ago
  • requirements.txt
    125 Bytes
    Add requirements.txt 20 days ago
  • search.py
    1.53 kB
    Add search.py 20 days ago