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 / Oracle
23.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
spartan8806's picture
spartan8806
ATLES codebase - Source code only
99b8067 8 months ago
  • ORACLE_V2_AI_BEHAVIOR_RESEARCH.md
    1 Bytes
    ATLES codebase - Source code only 8 months ago
  • ORACLE_V2_CONTEXT_SAFETY_INTEGRATION.md
    23.8 kB
    ATLES codebase - Source code only 8 months ago
  • ORACLE_V2_VM_SELF_MODIFICATION.md
    1 Bytes
    ATLES codebase - Source code only 8 months ago