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

blobbybob
/
potion-mxbai-micro

Model2Vec
Safetensors
sentence-transformers
English
embeddings
static-embeddings
tokenlearn
compact
tiny
micro
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use blobbybob/potion-mxbai-micro with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Model2Vec

    How to use blobbybob/potion-mxbai-micro with Model2Vec:

    from model2vec import StaticModel
    
    model = StaticModel.from_pretrained("blobbybob/potion-mxbai-micro")
  • sentence-transformers

    How to use blobbybob/potion-mxbai-micro with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("blobbybob/potion-mxbai-micro")
    
    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
potion-mxbai-micro
1.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
blobbybob's picture
blobbybob
Upload README.md with huggingface_hub
4b7425b verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    4.46 kB
    Upload README.md with huggingface_hub about 1 month ago
  • config.json
    93 Bytes
    Upload config.json with huggingface_hub about 1 month ago
  • model.safetensors
    748 kB
    xet
    Upload model.safetensors with huggingface_hub about 1 month ago
  • modules.json
    278 Bytes
    Upload modules.json with huggingface_hub about 1 month ago
  • tokenizer.json
    446 kB
    Upload tokenizer.json with huggingface_hub about 1 month ago