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

mananthakris
/
e5-base-ft-abo

Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
dense
Generated from Trainer
dataset_size:7232
loss:TripletLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use mananthakris/e5-base-ft-abo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use mananthakris/e5-base-ft-abo with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("mananthakris/e5-base-ft-abo")
    
    sentences = [
        "query: shoes find simple closed toe ballet flats brown 4 uk 37 eu",
        "passage: nan find. nan Brown find. Simple Closed Toe Ballet Flats, Brown (Brown Brown), 4 UK (37 EU) nan BALLET-S-1A-1 SHOES Ballet Flat nan GB Amazon amazon.co.uk nan nan Ballet-s #43302E nan 2019 nan nan nan nan a pair of leopard print flats",
        "passage: nan Amazon Brand - Solimo 3D Printed Hard Back Case Mobile Cover for Gionee Marathon M5 lite Easy to put & take off with perfect cutouts for volume buttons, audio & charging ports. Stylish design and appearance, express your unique personality. Extreme precision design allows easy access to all buttons and ports while featuring raised bezel to life screen and camera off flat surface. Slim Hard Back Cover No Warranty Others Amazon Brand - Solimo Designer Tree Trunk 3D Printed Hard Back Case Mobile Cover for Gionee Marathon M5 lite 50 gz8215-SL40467 CELLULAR_PHONE_CASE nan mobile cover back cover mobile case phone case mobile panel phone panel Huawei mobile case Huawei phone cover Huawei back case honor cases honor cover mobile cover back cover mobile case phone case mobile panel phone panel hard case 3D printed mobile cover mobile cover back cover mobile case phone case mobile panel phone panel hard case 3D printed mobile cover mobile cover back cover mobile case phone case mobile panel phone panel hard case 3D printed mobile cover mobile cover back cover mobile case phone case mobile panel phone panel hard case 3D printed mobile cover mobile cover back cover mobile case phone case mobile panel phone panel hard case 3D printed mobile cover mobile cover back cover mobile case phone case mobile panel phone panel hard case 3D printed mobile cover mobile cover back cover mobile case phone case mobile panel phone panel hard case 3D printed mobile cover mobile cover back cover mobile case phone case mobile panel phone panel hard case 3D printed mobile cover mobile cover back cover mobile case phone case mobile panel phone panel hard case 3D printed mobile cover mobile cover back cover mobile case phone case mobile panel phone panel hard case 3D printed mobile cover mobile cover back cover mobile case phone case mobile panel phone panel hard case 3D printed mobile cover mobile cover back cover mobile case phone case mobile panel phone panel hard case 3D printed mobile cover mobile cover back cover mobile case phone case mobile panel phone panel hard case 3D printed mobile cover mobile cover back cover mobile case phone case mobile panel phone panel hard case 3D printed mobile cover IN Amazon amazon.in 12710103031 /Categories/Mobiles & Accessories/Mobile Accessories/Cases & Covers/Back & Bumper Cases nan Gionee Marathon M5 lite nan nan nan nan nan nan nan the tree back cover for sony xp",
        "passage: nan find. nan Brown find. Simple Closed Toe Ballet Flats, Brown (Brown Brown), 4 UK (37 EU) nan BALLET-S-1A-1 SHOES Ballet Flat nan GB Amazon amazon.co.uk nan nan Ballet-s #43302E nan 2019 nan nan nan nan a pair of leopard print flats"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
e5-base-ft-abo
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
mananthakris's picture
mananthakris
Initial fine-tuned checkpoint
fa6f8dc verified 9 months ago
  • 1_Pooling
    Initial fine-tuned checkpoint 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    59.4 kB
    Initial fine-tuned checkpoint 9 months ago
  • config.json
    612 Bytes
    Initial fine-tuned checkpoint 9 months ago
  • config_sentence_transformers.json
    283 Bytes
    Initial fine-tuned checkpoint 9 months ago
  • model.safetensors
    438 MB
    xet
    Initial fine-tuned checkpoint 9 months ago
  • modules.json
    349 Bytes
    Initial fine-tuned checkpoint 9 months ago
  • sentence_bert_config.json
    57 Bytes
    Initial fine-tuned checkpoint 9 months ago
  • special_tokens_map.json
    695 Bytes
    Initial fine-tuned checkpoint 9 months ago
  • tokenizer.json
    712 kB
    Initial fine-tuned checkpoint 9 months ago
  • tokenizer_config.json
    1.41 kB
    Initial fine-tuned checkpoint 9 months ago
  • vocab.txt
    232 kB
    Initial fine-tuned checkpoint 9 months ago