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

spartan8806
/
atles

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

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

  • Libraries
  • sentence-transformers

    How to use spartan8806/atles with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("spartan8806/atles")
    
    sentences = [
        "Red sports car racing down track.",
        "A red sports car driving quickly on a track.",
        "Mali's Interim President Sworn Into Office",
        "Iran, world powers pledge new nuclear talks"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
atles / docs /completion-reports
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
spartan8806's picture
spartan8806
ATLES codebase - Source code only
99b8067 8 months ago
  • ATLES_ASYNCIO_EVENT_LOOP_FIX_COMPLETE.md
    10.5 kB
    ATLES codebase - Source code only 8 months ago
  • ATLES_AUTONOMOUS_V2_COMPLETE.md
    10.9 kB
    ATLES codebase - Source code only 8 months ago
  • ATLES_DOCUMENT_SYSTEM_COMPLETE.md
    15.1 kB
    ATLES codebase - Source code only 8 months ago
  • ATLES_SPEED_CONTROLS_COMPLETE.md
    10.4 kB
    ATLES codebase - Source code only 8 months ago
  • ATLES_START_STOP_CONTROLS_COMPLETE.md
    10.6 kB
    ATLES codebase - Source code only 8 months ago
  • ATLES_WEIGHT_SURGERY_INTEGRATION_COMPLETE.md
    8.88 kB
    ATLES codebase - Source code only 8 months ago
  • BOOTSTRAP_PROTOCOL_IMPLEMENTATION_COMPLETE.md
    8.26 kB
    ATLES codebase - Source code only 8 months ago
  • CHAT_SUBSYSTEM_FIX_COMPLETE.md
    1.91 kB
    ATLES codebase - Source code only 8 months ago
  • CORE_ARCHITECTURAL_FIX_COMPLETE.md
    6.23 kB
    ATLES codebase - Source code only 8 months ago
  • IDENTITY_AMNESIA_FIX_COMPLETE.md
    7.4 kB
    ATLES codebase - Source code only 8 months ago
  • TRUTH_SEEKING_RETRAINING_COMPLETE.md
    6.19 kB
    ATLES codebase - Source code only 8 months ago
  • UNICODE_EMOJI_FIX_COMPLETE.md
    1.41 kB
    ATLES codebase - Source code only 8 months ago