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

ChenyuEcho
/
ai-test

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

Instructions to use ChenyuEcho/ai-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use ChenyuEcho/ai-test with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("ChenyuEcho/ai-test")
    
    sentences = [
        "Internal communications tracking permit application delays or production impact",
        "Subject: Re: Coordination for Upcoming Auditor Visit to Tequila Facility\nDate: 2026-01-07T13:35:00\nFrom: Roberto Garza\nParticipants: Elena Fuentes\n\nBody:\nHi Elena,\n\nThanks for reaching out regarding the auditor visit. Can you share whether any of the visitors have dietary restrictions or accessibility needs we should consider for the site tour and lunch? Also, will translation services or special PPE be required for any attendees? Please confirm if there are specific topics or production areas they want to prioritize during the tour, so we can prepare accordingly.\n\nLooking forward to your response.\n\nBest regards,\nRoberto",
        "Subject: Production Team Shift Schedules and Holiday Coverage\nDate: 2025-08-11T10:08:00\nFrom: Sofia Hernandez\nParticipants: Agave Spirits International Production Team\n\nBody:\nHi team,\n\nI wanted to follow up regarding our upcoming shift schedules and to ensure we have the necessary coverage for the next few weeks. As you know, we need the permit to maintain production levels, so it's important that we avoid any staffing gaps—especially with the team working overtime this week. Please review your assigned shifts on the attached schedule. If you need to request time off or swap a shift, let me know by Wednesday so we can coordinate approvals and avoid disruptions. For those available to cover during the holiday period, please confirm your availability as soon as possible. Your flexibility and commitment are highly appreciated as we work to keep production targets on track.\n\nThank you,\nSofia Hernandez\nProduction Supervisor",
        "Subject: Re: Tequila Production Yield Calculations and Permit Status Concerns\nDate: 2025-10-24T07:21:00\nFrom: Sofia Hernandez\nParticipants: Roberto Garza\n\nBody:\nHi Roberto,\n\nThank you for sending over the yield data and highlighting the decrease due to fiber content. I'll review the numbers more closely before our Thursday meeting and will propose any adjustments to the shift schedule if necessary. Regarding the permit, I agree it’s critical—I'll check in with Rick this afternoon for a status update and notify you immediately if your involvement is needed or if there are any bottlenecks we need to address. Your proactive approach is appreciated.\n\nLet’s align on next steps Thursday.\n\nBest,\nSofia"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
ai-test
1.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ChenyuEcho's picture
ChenyuEcho
Upload folder using huggingface_hub
b952ae8 verified 4 months ago
  • 1_Pooling
    Upload folder using huggingface_hub 4 months ago
  • eval
    Upload folder using huggingface_hub 4 months ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub 4 months ago
  • README.md
    37.2 kB
    Upload folder using huggingface_hub 4 months ago
  • chat_template.jinja
    4.12 kB
    Upload folder using huggingface_hub 4 months ago
  • config.json
    1.41 kB
    Upload folder using huggingface_hub 4 months ago
  • config_sentence_transformers.json
    375 Bytes
    Upload folder using huggingface_hub 4 months ago
  • model.safetensors
    1.19 GB
    xet
    Upload folder using huggingface_hub 4 months ago
  • modules.json
    349 Bytes
    Upload folder using huggingface_hub 4 months ago
  • sentence_bert_config.json
    59 Bytes
    Upload folder using huggingface_hub 4 months ago
  • tokenizer.json
    11.4 MB
    xet
    Upload folder using huggingface_hub 4 months ago
  • tokenizer_config.json
    704 Bytes
    Upload folder using huggingface_hub 4 months ago