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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

wjunwei
/
ecommerce_text_embedding_retrieval

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

Instructions to use wjunwei/ecommerce_text_embedding_retrieval with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use wjunwei/ecommerce_text_embedding_retrieval with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("wjunwei/ecommerce_text_embedding_retrieval")
    
    sentences = [
        "simple modern disney princess kids water bottle with straw lid  reusable insulated stainless steel cup for girls school  summit collection  oz princess rainbows double wall insulation keeps beverages at ideal temperatures for hours leakproof when the nozzle is in the closed position not recommended for hot or carbonated beverages bpafree and dishwasher safe on the top rack cupholder friendly oz bottles fit most cupholders limited lifetime warranty  patent pending",
        "cosrx low ph good morning gel cleanser daily mild face cleanser for sensitive skin with bha  teatree oil ph balancing korean skincare flozml low ph good morning gel cleanser cleanse daily with this gentle and effective gel type cleanser day and night removing impurities while strengthening your skin barrier cleanse for a luminous day and silky night while refining the skin texture the cleanser will help cleanse with no stripping great for all skin types wake up to a firmerlooking skin while letting it rest clean during the night key ingredients ph balanced teatree oil and bha to soothe and strengthen for luminous and clear skin inspired by skins natural ph level following your skins slightly acidic natural ph level this cleanser helps balance your skin and protect it from troublecausing irritants cosrx standards all cosrx products are formulated with skinfriendly ingredients that alleviate irritated skin hypoallergenic dermatologist tested animal testingfree parabensfree sulfatesfree phthalatesfree",
        " packsfor iphone headphones wired earbuds earphones nosie reduction builtin microphone  volume control headsets compatible with iphone xrxsxsepropro maxsupport all ios system headphones excellent compatibility compatibility with all lightning connector devices headphone are widely support with iphone  plus propro max pro pro max propro max pro pro maxsexs maxxxrdesigned specifically for mobile phones with builtin decoding chip perfectly support with all ios systems highquality soundthe iphone earbuds uses  copper core to provide lossless digital sound quality supports khz and bit audio output ensuring sound transmission stability and fidelity allowing you to better immerse yourself in the world of music during exercise enjoy the servicewe are committed to providing satisfactory service to all our customers uarantee to make sure every order you place is a great experience and that any questions heisted to contact us we quickly resolve any concerns you might have connection method you need to first open bluetth on your phone then insert the headset into the iphone a popup window will appear in a few seconds you need to click connect with icloud the second or later insertion of the phone will automatically connect ergonomic design ergonomic noise reduction inear headphones using highquality materials minimize the noise in the surrounding environment and bring you a better music experience it is suitable for your daily work study and sports use wearing it for a long time will not make you feel uncomfortable in your ears",
        "straw visor hat for women adjustable foldable beach uv sun protection packable hats wide brim allowing a ponytail or braid "
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
ecommerce_text_embedding_retrieval
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
wjunwei's picture
wjunwei
Add new SentenceTransformer model.
7ff6635 verified about 2 years ago
  • 1_Pooling
    Add new SentenceTransformer model. about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    61 kB
    Add new SentenceTransformer model. about 2 years ago
  • config.json
    660 Bytes
    Add new SentenceTransformer model. about 2 years ago
  • config_sentence_transformers.json
    201 Bytes
    Add new SentenceTransformer model. about 2 years ago
  • model.safetensors
    438 MB
    xet
    Add new SentenceTransformer model. about 2 years ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model. about 2 years ago
  • sentence_bert_config.json
    53 Bytes
    Add new SentenceTransformer model. about 2 years ago
  • special_tokens_map.json
    695 Bytes
    Add new SentenceTransformer model. about 2 years ago
  • tokenizer.json
    712 kB
    Add new SentenceTransformer model. about 2 years ago
  • tokenizer_config.json
    1.19 kB
    Add new SentenceTransformer model. about 2 years ago
  • vocab.txt
    232 kB
    Add new SentenceTransformer model. about 2 years ago