Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

DatologyAI
/
luxical-one

Feature Extraction
sentence-transformers
Safetensors
Transformers
English
luxical-one
sentence-similarity
luxical
custom_code
Model card Files Files and versions
xet
Community
2

Instructions to use DatologyAI/luxical-one with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use DatologyAI/luxical-one with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("DatologyAI/luxical-one", trust_remote_code=True)
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Transformers

    How to use DatologyAI/luxical-one with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="DatologyAI/luxical-one", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("DatologyAI/luxical-one", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
luxical-one
2.74 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 14 commits
lukemerrick's picture
lukemerrick
Add Sentence Transformers integration (#1)
474cfeb verified 5 months ago
  • artifacts
    Upload folder using huggingface_hub 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • LICENSE
    11.4 kB
    Apache 2.0 license 6 months ago
  • README.md
    1.98 kB
    Add Sentence Transformers integration (#1) 5 months ago
  • config.json
    291 Bytes
    Upload folder using huggingface_hub 6 months ago
  • luxical_hf_wrapper.py
    15 kB
    Upload folder using huggingface_hub 6 months ago
  • luxical_one_rc4.npz

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    882 MB
    xet
    Upload luxical_one_rc4.npz 6 months ago
  • luxical_st_wrapper.py
    4.97 kB
    Add Sentence Transformers integration (#1) 5 months ago
  • model.safetensors
    930 MB
    xet
    Upload folder using huggingface_hub 6 months ago
  • modules.json
    123 Bytes
    Add Sentence Transformers integration (#1) 5 months ago