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

star-ga
/
mind-nerve

Sentence Similarity
sentence-transformers
Safetensors
English
feature-extraction
intent-classification
retrieval
routing
agent-runtime
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: 8 commits
star-ga's picture
star-ga
chore: yank encoder_weights.q16.meta.json β€” superseded; v0.3.0b7 had a silent correctness regression (i64/i32 stride mismatch in dot_q16_v); v0.3.0b8 hotfixes by reverting to Track A C-shim
47fa73e verified about 1 month ago
  • checkpoint
    mind-nerve phase1 v1.1-oss β€” initial weights upload (0.1.0a3) about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    3.9 kB
    docs: highlight pip-install + auto-download (0.1.0a6) about 1 month ago
  • manifest.json
    1.06 kB
    mind-nerve phase1 v1.1-oss β€” initial weights upload (0.1.0a3) about 1 month ago
  • route_table.jsonl
    3.74 MB
    mind-nerve phase1 v1.1-oss β€” initial weights upload (0.1.0a3) about 1 month ago
  • route_table.npy
    18.3 MB
    xet
    mind-nerve phase1 v1.1-oss β€” initial weights upload (0.1.0a3) about 1 month ago