Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Revankumar
/
Ecommerce_assistant

Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use Revankumar/Ecommerce_assistant with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Revankumar/Ecommerce_assistant")
    
    sentences = [
        "That is a happy person",
        "That is a happy dog",
        "That is a very happy person",
        "Today is a sunny day"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
Ecommerce_assistant / eval
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Revankumar's picture
Revankumar
Upload 12 files
a40c3ef verified about 2 years ago
  • Information-Retrieval_evaluation_results.csv
    988 Bytes
    Upload 12 files about 2 years ago