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

star-ga
/
mind-nerve

Sentence Similarity
sentence-transformers
Safetensors
English
feature-extraction
intent-classification
retrieval
routing
agent-runtime
mcp
skills
mind-nerve
Model card Files Files and versions
xet
Community

Instructions to use star-ga/mind-nerve with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use star-ga/mind-nerve with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("star-ga/mind-nerve")
    
    sentences = [
        "That is a happy person",
        "That is a happy dog",
        "That is a very happy person",
        "Today is a sunny day"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
mind-nerve
156 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
star-ga's picture
star-ga
docs: align model card with v0.3.0b9 (hook, acquire, native encoder, pure-MIND migration)
27e6629 verified 3 days ago
  • checkpoint
    mind-nerve phase1 v1.1-oss β€” initial weights upload (0.1.0a3) 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    6.01 kB
    docs: align model card with v0.3.0b9 (hook, acquire, native encoder, pure-MIND migration) 3 days ago
  • manifest.json
    1.06 kB
    mind-nerve phase1 v1.1-oss β€” initial weights upload (0.1.0a3) 3 months ago
  • route_table.jsonl
    3.74 MB
    mind-nerve phase1 v1.1-oss β€” initial weights upload (0.1.0a3) 3 months ago
  • route_table.npy

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    18.3 MB
    xet
    mind-nerve phase1 v1.1-oss β€” initial weights upload (0.1.0a3) 3 months ago