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

  • Log In
  • Sign Up

yjoonjang
/
e5-large-sparseq

Sentence Similarity
sentence-transformers
Safetensors
English
bert
mteb
Sentence Transformers
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use yjoonjang/e5-large-sparseq with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use yjoonjang/e5-large-sparseq with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("yjoonjang/e5-large-sparseq")
    
    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]
  • Notebooks
  • Google Colab
  • Kaggle
e5-large-sparseq
1.35 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
yjoonjang's picture
yjoonjang
Add new SparseqSentenceTransformer model
db368c8 verified 8 months ago
  • 1_Pooling
    Add new SparseqSentenceTransformer model 8 months ago
  • 2_Dense
    Add new SparseqSentenceTransformer model 8 months ago
  • 3_Dense
    Add new SparseqSentenceTransformer model 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    67.8 kB
    Add new SparseqSentenceTransformer model 8 months ago
  • config.json
    578 Bytes
    Add new SparseqSentenceTransformer model 8 months ago
  • config_sentence_transformers.json
    283 Bytes
    Add new SparseqSentenceTransformer model 8 months ago
  • model.safetensors
    1.34 GB
    xet
    Add new SparseqSentenceTransformer model 8 months ago
  • modules.json
    453 Bytes
    Add new SparseqSentenceTransformer model 8 months ago
  • sentence_bert_config.json
    57 Bytes
    Add new SparseqSentenceTransformer model 8 months ago
  • special_tokens_map.json
    695 Bytes
    Add new SparseqSentenceTransformer model 8 months ago
  • tokenizer.json
    711 kB
    Add new SparseqSentenceTransformer model 8 months ago
  • tokenizer_config.json
    1.22 kB
    Add new SparseqSentenceTransformer model 8 months ago
  • vocab.txt
    232 kB
    Add new SparseqSentenceTransformer model 8 months ago