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

rsl-ai
/
fine-tuned-e5-large

Sentence Similarity
sentence-transformers
Safetensors
xlm-roberta
feature-extraction
Generated from Trainer
dataset_size:66405
loss:MultipleNegativesRankingLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use rsl-ai/fine-tuned-e5-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use rsl-ai/fine-tuned-e5-large with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("rsl-ai/fine-tuned-e5-large")
    
    sentences = [
        "query: alfa romeo 159 1 9jtdm q progression universal avtomaticheskaja dizel dverej 5 mest 5",
        "passage: alpine a310",
        "passage: alfa romeo 159",
        "passage: alfa romeo giulia"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
fine-tuned-e5-large
2.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Ruslan Prashchurovich
Add new SentenceTransformer model
1d7ff13 verified 3 months ago
  • 1_Pooling
    Add new SentenceTransformer model 3 months ago
  • .gitattributes
    1.57 kB
    Add new SentenceTransformer model 3 months ago
  • README.md
    25.8 kB
    Add new SentenceTransformer model 3 months ago
  • config.json
    657 Bytes
    Add new SentenceTransformer model 3 months ago
  • config_sentence_transformers.json
    283 Bytes
    Add new SentenceTransformer model 3 months ago
  • model.safetensors
    2.24 GB
    xet
    Add new SentenceTransformer model 3 months ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model 3 months ago
  • sentence_bert_config.json
    56 Bytes
    Add new SentenceTransformer model 3 months ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Add new SentenceTransformer model 3 months ago
  • special_tokens_map.json
    964 Bytes
    Add new SentenceTransformer model 3 months ago
  • tokenizer.json
    17.1 MB
    xet
    Add new SentenceTransformer model 3 months ago
  • tokenizer_config.json
    1.37 kB
    Add new SentenceTransformer model 3 months ago