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

  • Log In
  • Sign Up

Jarbas
/
ovos-model2vec-intents-potion-2M

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

Instructions to use Jarbas/ovos-model2vec-intents-potion-2M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Model2Vec

    How to use Jarbas/ovos-model2vec-intents-potion-2M with Model2Vec:

    from model2vec import StaticModel
    
    model = StaticModel.from_pretrained("Jarbas/ovos-model2vec-intents-potion-2M")
  • sentence-transformers

    How to use Jarbas/ovos-model2vec-intents-potion-2M with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Jarbas/ovos-model2vec-intents-potion-2M")
    
    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
ovos-model2vec-intents-potion-2M
11.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
Jarbas's picture
Jarbas
Update README.md
4eee5de verified 12 months ago
  • .gitattributes
    1.57 kB
    Upload 6 files about 1 year ago
  • README.md
    2.05 kB
    Update README.md 12 months ago
  • config.json
    25 Bytes
    Upload 6 files about 1 year ago
  • model.safetensors
    7.56 MB
    xet
    Upload 6 files 12 months ago
  • modules.json
    278 Bytes
    Upload 6 files about 1 year ago
  • pipeline.skops
    3.38 MB
    xet
    Upload 6 files 12 months ago
  • tokenizer.json
    684 kB
    Upload 6 files about 1 year ago