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
/
E5_v3_instruct_topic

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

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

  • Libraries
  • sentence-transformers

    How to use meandyou200175/E5_v3_instruct_topic with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("meandyou200175/E5_v3_instruct_topic")
    
    sentences = [
        "task: classification | query: Trong bài viết này chúng ta sẽ thảo luận: Lợi ích của năng lượng mặt trời trong trường học. Năng lượng mặt trời là nguồn tài nguyên đầy hứa hẹn và có giá trị cao cho tương lai, với xu hướng sử dụng loại năng lượng này ngày càng tăng, một số trường học đang tìm cách sử dụng nguồn năng lượng này hiệu quả hơn. Câu hỏi đặt ra là tại sao các trường học lại tìm kiếm sự chuyển đổi này? và làm thế nào năng lượng mặt trời có thể được sử dụng trong trường học? Năm 2020, Hoa Kỳ đã ghi nhận tổng cộng 7300 k-12 trường học sử dụng tấm pin mặt trời để tạo ra điện, với mức tăng trưởng hàng năm là 24% từ năm 2017 đến năm 2020. Việc lắp đặt tấm pin mặt trời trong trường học có thể giúp: Giúp các học khu giảm chi phí hóa đơn tiền điện. Mang lại một môi trường sạch sẽ cho học sinh. Nâng cao nhận thức về năng lượng tái tạo. Tận d",
        "trông người đã thấy hãm tài",
        "Sức khỏe - Đời sống",
        "Khoa học môi trường"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
E5_v3_instruct_topic
2.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
meandyou200175's picture
meandyou200175
Add new SentenceTransformer model
e1cd18d verified 6 months ago
  • 1_Pooling
    Add new SentenceTransformer model 6 months ago
  • .gitattributes
    1.57 kB
    Add new SentenceTransformer model 6 months ago
  • README.md
    77.1 kB
    Add new SentenceTransformer model 6 months ago
  • config.json
    663 Bytes
    Add new SentenceTransformer model 6 months ago
  • config_sentence_transformers.json
    283 Bytes
    Add new SentenceTransformer model 6 months ago
  • model.safetensors
    2.24 GB
    xet
    Add new SentenceTransformer model 6 months ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model 6 months ago
  • sentence_bert_config.json
    57 Bytes
    Add new SentenceTransformer model 6 months ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Add new SentenceTransformer model 6 months ago
  • special_tokens_map.json
    964 Bytes
    Add new SentenceTransformer model 6 months ago
  • tokenizer.json
    17.1 MB
    xet
    Add new SentenceTransformer model 6 months ago
  • tokenizer_config.json
    1.21 kB
    Add new SentenceTransformer model 6 months ago