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

deadf00d
/
multilingual-e5-mnrl-outcomes

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

Instructions to use deadf00d/multilingual-e5-mnrl-outcomes with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use deadf00d/multilingual-e5-mnrl-outcomes with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("deadf00d/multilingual-e5-mnrl-outcomes")
    
    sentences = [
        "West Georgia @ Samford Total Points Scored Under 157.5",
        "Middle Tennessee @ UAB 1st Half Alternate Total Points 4 Under 69.5",
        "West Georgia @ Samford O/U Live Betting Under 157.5",
        "TCU at Santa Clara (Neutral Venue) Spread Santa Clara -1.5"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
multilingual-e5-mnrl-outcomes
2.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
deadf00d's picture
deadf00d
Add new SentenceTransformer model
8b20332 verified about 1 year ago
  • 1_Pooling
    Add new SentenceTransformer model about 1 year ago
  • .gitattributes
    1.57 kB
    Add new SentenceTransformer model about 1 year ago
  • README.md
    339 kB
    Add new SentenceTransformer model about 1 year ago
  • config.json
    663 Bytes
    Add new SentenceTransformer model about 1 year ago
  • config_sentence_transformers.json
    205 Bytes
    Add new SentenceTransformer model about 1 year ago
  • model.safetensors
    2.24 GB
    xet
    Add new SentenceTransformer model about 1 year ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model about 1 year ago
  • sentence_bert_config.json
    53 Bytes
    Add new SentenceTransformer model about 1 year ago
  • special_tokens_map.json
    964 Bytes
    Add new SentenceTransformer model about 1 year ago
  • tokenizer.json
    17.1 MB
    xet
    Add new SentenceTransformer model about 1 year ago
  • tokenizer_config.json
    1.21 kB
    Add new SentenceTransformer model about 1 year ago