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

meandyou200175
/
sp_chatbot_query_e5

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

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

  • Libraries
  • sentence-transformers

    How to use meandyou200175/sp_chatbot_query_e5 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("meandyou200175/sp_chatbot_query_e5")
    
    sentences = [
        "tôi muốn mua máy rửa chén dung tích trên 12 bộ và giá nhỏ hơn 16 triệu",
        "Máy rửa chén Bosch SMS25CI05E, Dung tích 13 bộ, Tiết kiệm năng lượng A+, Giá: 13.900.000",
        "Bàn học gỗ MDF, Rộng 1m2, Ngăn kéo bên, Giá: 2.400.000",
        "Philips HR2041/10 - . Công suất 450W, cối thủy tinh 1.25 lít, 2 tốc độ, lưỡi dao inox chống gỉ, dễ tháo rửa. Kích thước: 210 x 180 x 370 mm. Trọng lượng: 2.2 kg. Giá: 990.000 VNĐ"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
sp_chatbot_query_e5
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
meandyou200175's picture
meandyou200175
Add new SentenceTransformer model
782dadd verified 10 months ago
  • 1_Pooling
    Add new SentenceTransformer model 10 months ago
  • .gitattributes
    1.57 kB
    Add new SentenceTransformer model 10 months ago
  • README.md
    50.9 kB
    Add new SentenceTransformer model 10 months ago
  • config.json
    662 Bytes
    Add new SentenceTransformer model 10 months ago
  • config_sentence_transformers.json
    205 Bytes
    Add new SentenceTransformer model 10 months ago
  • model.safetensors
    1.11 GB
    xet
    Add new SentenceTransformer model 10 months ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model 10 months ago
  • sentence_bert_config.json
    53 Bytes
    Add new SentenceTransformer model 10 months ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Add new SentenceTransformer model 10 months ago
  • special_tokens_map.json
    964 Bytes
    Add new SentenceTransformer model 10 months ago
  • tokenizer.json
    17.1 MB
    xet
    Add new SentenceTransformer model 10 months ago
  • tokenizer_config.json
    1.18 kB
    Add new SentenceTransformer model 10 months ago