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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

HeavensHackDev
/
HCAE-21M-Instruct

Feature Extraction
PyTorch
Safetensors
sentence-transformers
sentence-similarity
mteb
hcae
Model card Files Files and versions
xet
Community

Instructions to use HeavensHackDev/HCAE-21M-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use HeavensHackDev/HCAE-21M-Instruct with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("HeavensHackDev/HCAE-21M-Instruct")
    
    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]
  • Notebooks
  • Google Colab
  • Kaggle
HCAE-21M-Instruct
191 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
HeavensHackDev's picture
HeavensHackDev
Update README.md
d975cb7 verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • LICENSE
    568 Bytes
    Upload LICENSE with huggingface_hub about 2 months ago
  • README.md
    1.76 kB
    Update README.md about 2 months ago
  • model.py
    6.24 kB
    Upload model.py with huggingface_hub about 2 months ago
  • model.safetensors
    95.6 MB
    xet
    Upload model.safetensors with huggingface_hub about 2 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    95.7 MB
    xet
    Upload pytorch_model.bin with huggingface_hub about 2 months ago