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

  • Log In
  • Sign Up

Snowflake
/
snowflake-arctic-embed-s

Sentence Similarity
sentence-transformers
ONNX
Safetensors
Transformers.js
bert
feature-extraction
mteb
arctic
snowflake-arctic-embed
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community
11

Instructions to use Snowflake/snowflake-arctic-embed-s with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use Snowflake/snowflake-arctic-embed-s with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Snowflake/snowflake-arctic-embed-s")
    
    sentences = [
        "That is a happy person",
        "That is a happy dog",
        "That is a very happy person",
        "Today is a sunny day"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Transformers.js

    How to use Snowflake/snowflake-arctic-embed-s with Transformers.js:

    // npm i @huggingface/transformers
    import { pipeline } from '@huggingface/transformers';
    
    // Allocate pipeline
    const pipe = await pipeline('sentence-similarity', 'Snowflake/snowflake-arctic-embed-s');
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
snowflake-arctic-embed-s
557 MB
Ctrl+K
Ctrl+K
  • 8 contributors
History: 29 commits
spacemanidol's picture
spacemanidol
Update README.md
e596f50 verified over 1 year ago
  • 1_Pooling
    Sentence Transformers integration (#2) about 2 years ago
  • onnx
    Upload ONNX weights (#4) about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    85 kB
    Update README.md over 1 year ago
  • config.json
    703 Bytes
    Upload 6 files about 2 years ago
  • config_sentence_transformers.json
    252 Bytes
    Sentence Transformers integration (#2) about 2 years ago
  • model.safetensors
    133 MB
    xet
    Upload 6 files about 2 years ago
  • modules.json
    349 Bytes
    Sentence Transformers integration (#2) about 2 years ago
  • sentence_bert_config.json
    107 Bytes
    Update sentence_bert_config.json about 2 years ago
  • special_tokens_map.json
    695 Bytes
    Upload 6 files about 2 years ago
  • tokenizer.json
    712 kB
    Upload 6 files about 2 years ago
  • tokenizer_config.json
    1.43 kB
    Fix model_max_length (#9) almost 2 years ago
  • vocab.txt
    232 kB
    Upload 6 files about 2 years ago