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 / examples
90.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
spartan8806's picture
spartan8806
ATLES codebase - Source code only
99b8067 8 months ago
  • ai_capabilities_demo.py
    10.9 kB
    ATLES codebase - Source code only 8 months ago
  • basic_usage.py
    3.95 kB
    ATLES codebase - Source code only 8 months ago
  • computer_vision_demo.py
    14 kB
    ATLES codebase - Source code only 8 months ago
  • metacognitive_workflows_demo.py
    9.5 kB
    ATLES codebase - Source code only 8 months ago
  • r_zero_integration_demo.py
    13.4 kB
    ATLES codebase - Source code only 8 months ago
  • r_zero_phase2_demo.py
    6.74 kB
    ATLES codebase - Source code only 8 months ago
  • r_zero_phase3_temporal_demo.py
    15.8 kB
    ATLES codebase - Source code only 8 months ago
  • r_zero_phase4_metacognitive_demo.py
    16.5 kB
    ATLES codebase - Source code only 8 months ago