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

  • Log In
  • Sign Up

clips
/
e5-large-trm

Sentence Similarity
sentence-transformers
Safetensors
Transformers
Dutch
xlm-roberta
feature-extraction
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • sentence-transformers

    How to use clips/e5-large-trm with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("clips/e5-large-trm")
    
    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]
  • Transformers

    How to use clips/e5-large-trm with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("clips/e5-large-trm")
    model = AutoModel.from_pretrained("clips/e5-large-trm")
  • Notebooks
  • Google Colab
  • Kaggle
e5-large-trm
1.43 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 7 commits
nicolaebanari's picture
nicolaebanari
tomaarsen's picture
tomaarsen HF Staff
Add new SentenceTransformer model (#1)
ec2c577 verified 7 months ago
  • 1_Pooling
    Add new SentenceTransformer model (#1) 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    10.3 kB
    Add new SentenceTransformer model (#1) 7 months ago
  • added_tokens.json
    23 Bytes
    Upload tokenizer 8 months ago
  • config.json
    1.31 kB
    Upload model 8 months ago
  • config_sentence_transformers.json
    299 Bytes
    Add new SentenceTransformer model (#1) 7 months ago
  • model.safetensors
    1.42 GB
    xet
    Upload model 8 months ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model (#1) 7 months ago
  • sentence_bert_config.json
    57 Bytes
    Add new SentenceTransformer model (#1) 7 months ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Upload tokenizer 8 months ago
  • special_tokens_map.json
    964 Bytes
    Upload tokenizer 8 months ago
  • tokenizer.json
    3.49 MB
    Upload tokenizer 8 months ago
  • tokenizer_config.json
    1.18 kB
    Upload tokenizer 8 months ago