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_v2

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

Instructions to use wjunwei/ecommerce_text_embedding_retrieval_v2 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_v2 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("wjunwei/ecommerce_text_embedding_retrieval_v2")
    
    sentences = [
        "hp inch touchscreen laptop th generation intel core ig intel iris xe graphics  gb ram  gb ssd windows  home natural silver ",
        "suposeu baby playpen play pen for kids activity center large baby playard for indoor and outdoor sturdy safety baby fence with soft breathable mesh for toddler grey suposeu baby playpen the  x  x  inch playpen can accommodate a large number of children toys and pets in addition to providing plenty of room for play it provides a scientifically safe height for babies aged  months to  months to train stand and walk parents helper our baby playpens are useful for allowing kids to play learn how to move independently and explore the world of perception it protects them from getting lost or exposed to danger the playpen can transform any space into a play area so parents can use their unoccupied hands to take care of other things  full vision design the playpens  side walls are composed of mesh that is both visible and breathablethis seethrough mesh enables you to keep an eye on your boy or girl and allows the baby to see you fostering comfort and safety the external gate features a zipper design that allows for interaction with your baby at any time thus instilling a sense of security in your baby safety play area constructed with oxford fabric and robust steel pipe this square infant playpen comes with  sturdy suction cups at the bottom making it difficult to tip over or move additionally our fence is entirely covered in soft cloth leaving no exposed gaps which prevents any pinching dangers easy to assemble super sturdy the baby fences pipes are made of rustproof alloy with abs joints for easy assembly and disassembly the bottom is made of nonslip breathable and quickdrying fabric which can be cleaned by simply wiping it down with a wet cloth and soap ",
        " in  charging station for apple devices mag  safe charger standw fast magnetic charger wireless compatible for iphone     promaxplusminiairpods proiwatch se     mag safe charger stand features three charging spots designed for your iphone apple watch and airpods keeping your nightstand and desk at home or at work clutterfree after a long day your devices find a cozy home here getting charged up and ready for the morning compatible with iphone  series iwatch ultra se and airpods  pro     with magnetic precision and strength enjoy handsfree convenience in both landscape and portrait mode this mag safe charger can power up your iphone  pro max from  to  within the span of  to  hours as confirmed by lab testing    mag safe charger is certified by rohs ce and fcc providing you the confidence to purchase worryfree the builtin improved intelligent chipset rest you assured with overcurrent overvoltage and overtemperature protection give you a safe and relible charging exeprience     led light ring is designed for checking charging status making sure no more dead phone in the morning it also features a soft touch button to turn it off if you find the light annoying at night equipped with an ergonomic design and a sturdy base this magnetic phone charger creates a comfortable  viewing angle for scrolling and bingewatching and maintains stability while charging  compatible with iphone  series iwatch ultra se and airpods  pro                         treat your loved ones to a gift that combines functionality with style this sleek accessory that enhances any workspace or bedside table bringing a new level of convenience to your loved ones daily routine its a perfect christmas gift and stocking stuffers for men and women     you enjoy  months of warranty and feel free to reach out to us with any inquiries regarding our product were here to assist you promptly and effectively important note this charger is compatible solely with mag safe approved phone cases alternatively you can also charge your device without a phone case      magnetic charger stand w qc  adapter usb type c cablemft user manual",
        "uscce alarm clock bluetooth fm radio w stereo sound speaker  fast wireless charging for iphone samsung  dimmable clock radio for bedroom versatile multifunctional device bluetooth speaker alarm clock with w fast wireless charger station builtin fm radio and color night light exceptional audio quality enjoy superior sound with the w stereo bluetooth speaker for a rich and immersive audio experience whether youre streaming music listening to radio or sleeping with it powering devices while you sleep convenient wireless charging and an extra usb charging port ensure your devices are fully charged while you rest  display dimmer get your personal comfort brightness with full range display dimmer slider without disturbing your sleep at night  color night light with adjustable brightness choose from seven vibrant colors and adjust the brightness to create the perfect ambiance for any occasion stylish modern design a combination of fabric and wooden finish offers a contemporary and fashionable appearance adding a touch of modern elegance to your surroundings"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
ecommerce_text_embedding_retrieval_v2
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
wjunwei's picture
wjunwei
Add new SentenceTransformer model.
efd0a1a 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
    52.3 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