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

  • Log In
  • Sign Up

blobbybob
/
potion-256d-compact-v3

Model2Vec
Safetensors
sentence-transformers
embeddings
static-embeddings
Model card Files Files and versions
xet
Community

Instructions to use blobbybob/potion-256d-compact-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Model2Vec

    How to use blobbybob/potion-256d-compact-v3 with Model2Vec:

    from model2vec import StaticModel
    
    model = StaticModel.from_pretrained("blobbybob/potion-256d-compact-v3")
  • sentence-transformers

    How to use blobbybob/potion-256d-compact-v3 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("blobbybob/potion-256d-compact-v3")
    
    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-256d-compact-v3
8.36 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
blobbybob's picture
blobbybob
Upload README.md with huggingface_hub
9ac3c9f verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    4.24 kB
    Upload README.md with huggingface_hub about 1 month ago
  • config.json
    94 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • model.safetensors
    7.91 MB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • modules.json
    278 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer.json
    446 kB
    Upload folder using huggingface_hub about 1 month ago