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

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

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

  • Libraries
  • sentence-transformers

    How to use meandyou200175/sp_chatbot_query with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("meandyou200175/sp_chatbot_query")
    
    sentences = [
        "Có máy hút bụi robot độ ồn không quá 60dB và pin ít nhất 7020mAh không",
        "Omron HN-286 - . Cân điện tử sức khỏe, hiển thị cân nặng & BMI, mặt kính chịu lực, pin AA x 2, thiết kế gọn nhẹ, vận hành êm. Kích thước: 300 x 300 x 25 mm. Trọng lượng: 2 kg. Giá: 890.000 VNĐ",
        "Loa JBL Charge 5, Công suất 50W, Pin 20 giờ, Chống nước IP67, Giá: 4.200.000",
        "Robot hút bụi Ecovacs Deebot N8 Pro - . Độ ồn 58 dB, pin 5.200 mAh, hút 2.300 Pa, điều hướng Lidar. Trọng lượng: 3.6 kg. Giá: 9.900.000 VNĐ"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
sp_chatbot_query
542 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
meandyou200175's picture
meandyou200175
Add new SentenceTransformer model
dbffafc verified 9 months ago
  • 1_Pooling
    Add new SentenceTransformer model 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    52.2 kB
    Add new SentenceTransformer model 9 months ago
  • added_tokens.json
    22 Bytes
    Add new SentenceTransformer model 9 months ago
  • bpe.codes
    1.14 MB
    Add new SentenceTransformer model 9 months ago
  • config.json
    672 Bytes
    Add new SentenceTransformer model 9 months ago
  • config_sentence_transformers.json
    205 Bytes
    Add new SentenceTransformer model 9 months ago
  • model.safetensors
    540 MB
    xet
    Add new SentenceTransformer model 9 months ago
  • modules.json
    229 Bytes
    Add new SentenceTransformer model 9 months ago
  • sentence_bert_config.json
    53 Bytes
    Add new SentenceTransformer model 9 months ago
  • special_tokens_map.json
    167 Bytes
    Add new SentenceTransformer model 9 months ago
  • tokenizer_config.json
    1.18 kB
    Add new SentenceTransformer model 9 months ago
  • vocab.txt
    895 kB
    Add new SentenceTransformer model 9 months ago