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

  • Log In
  • Sign Up

Corran
/
SciTopicNomicEmbedStatic

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

Instructions to use Corran/SciTopicNomicEmbedStatic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Model2Vec

    How to use Corran/SciTopicNomicEmbedStatic with Model2Vec:

    from model2vec import StaticModel
    
    model = StaticModel.from_pretrained("Corran/SciTopicNomicEmbedStatic")
  • sentence-transformers

    How to use Corran/SciTopicNomicEmbedStatic with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Corran/SciTopicNomicEmbedStatic")
    
    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
SciTopicNomicEmbedStatic
91.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Corran's picture
Corran
Upload folder using huggingface_hub
79e8803 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    3.96 kB
    Upload folder using huggingface_hub about 1 year ago
  • config.json
    286 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • model.safetensors
    90.7 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • modules.json
    278 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • tokenizer.json
    684 kB
    Upload folder using huggingface_hub about 1 year ago