Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

SethBurkart
/
potion-base-8m

Model2Vec
ONNX
Safetensors
sentence-transformers
embeddings
static-embeddings
mteb
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use SethBurkart/potion-base-8m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Model2Vec

    How to use SethBurkart/potion-base-8m with Model2Vec:

    from model2vec import StaticModel
    
    model = StaticModel.from_pretrained("SethBurkart/potion-base-8m")
  • sentence-transformers

    How to use SethBurkart/potion-base-8m with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("SethBurkart/potion-base-8m")
    
    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-base-8m
122 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Me Dragon Dot
Upload model_quantized.onnx
c81d6e7 verified about 1 year ago
  • onnx
    Upload model_quantized.onnx about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    271 kB
    Upload folder using huggingface_hub about 1 year ago
  • config.json
    202 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • model.safetensors
    30.2 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • model_quantized.onnx
    30.2 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • modules.json
    278 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • special_tokens_map.json
    134 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • tokenizer.json
    684 kB
    Upload folder using huggingface_hub about 1 year ago
  • tokenizer_config.json
    1.43 kB
    Upload folder using huggingface_hub about 1 year ago
  • vocab.txt
    220 kB
    Upload folder using huggingface_hub about 1 year ago