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-128d-v2

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

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

  • Libraries
  • Model2Vec

    How to use blobbybob/potion-mxbai-128d-v2 with Model2Vec:

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

    How to use blobbybob/potion-mxbai-128d-v2 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("blobbybob/potion-mxbai-128d-v2")
    
    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-128d-v2
4.64 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 67 commits
blobbybob's picture
blobbybob
Upload README.md with huggingface_hub
b187bda verified about 2 months ago
  • eval_results
    Upload eval_results/STS17.json with huggingface_hub about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    4.97 kB
    Upload README.md with huggingface_hub about 2 months ago
  • config.json
    94 Bytes
    Upload config.json with huggingface_hub about 2 months ago
  • model.safetensors
    4.13 MB
    xet
    Upload model.safetensors with huggingface_hub about 2 months ago
  • modules.json
    278 Bytes
    Upload potion-mxbai-128d-v2: 72.3 STS avg, 3.6MB int8 about 2 months ago
  • tokenizer.json
    446 kB
    Update model with custom vocab distillation (68.25 avg, +0.28) about 2 months ago