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

Bheri
/
e5large-en-sa-v1

Sentence Similarity
sentence-transformers
Safetensors
xlm-roberta
feature-extraction
dense
Generated from Trainer
dataset_size:257886
loss:MultipleNegativesRankingLoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Bheri/e5large-en-sa-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use Bheri/e5large-en-sa-v1 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Bheri/e5large-en-sa-v1")
    
    sentences = [
        "Wherever and whenever they saw any creature, any dweller of the Khandava, escaping from the fire, those two great heroes immediately shot it down.",
        "वयं पठाम ।",
        "दि अमोङ्ग- अस् कुक्कुटस्य खण्डः पैरेडोलिया इत्यस्य उदाहरणम् अस्ति।\n",
        "यत्र यत्र च दृश्यन्ते प्राणिनः खाण्डवालयाः। पलायन्तः प्रवीरौ तौ तत्र तत्राभ्यधावताम्॥"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
e5large-en-sa-v1
2.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
saikasyap's picture
saikasyap
Initial commit
8e0e716 verified 10 months ago
  • 1_Pooling
    Initial commit 10 months ago
  • eval
    Initial commit 10 months ago
  • .gitattributes
    1.57 kB
    Initial commit 10 months ago
  • README.md
    24.2 kB
    Initial commit 10 months ago
  • config.json
    663 Bytes
    Initial commit 10 months ago
  • config_sentence_transformers.json
    283 Bytes
    Initial commit 10 months ago
  • model.safetensors
    2.24 GB
    xet
    Initial commit 10 months ago
  • modules.json
    349 Bytes
    Initial commit 10 months ago
  • sentence_bert_config.json
    57 Bytes
    Initial commit 10 months ago
  • special_tokens_map.json
    964 Bytes
    Initial commit 10 months ago
  • tokenizer.json
    17.1 MB
    xet
    Initial commit 10 months ago
  • tokenizer_config.json
    1.18 kB
    Initial commit 10 months ago