Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

clips
/
e5-small-trm-nl

Sentence Similarity
sentence-transformers
Safetensors
Transformers
Dutch
bert
feature-extraction
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • sentence-transformers

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

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("clips/e5-small-trm-nl")
    
    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-small-trm-nl with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("clips/e5-small-trm-nl")
    model = AutoModel.from_pretrained("clips/e5-small-trm-nl", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
e5-small-trm-nl
90.3 MB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 11 commits
nicolaebanari's picture
nicolaebanari
tomaarsen's picture
tomaarsen HF Staff
Add new SentenceTransformer model (#2)
0243664 verified 10 months ago
  • 1_Pooling
    Add new SentenceTransformer model (#2) 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    9.81 kB
    Add new SentenceTransformer model (#2) 10 months ago
  • args.txt
    2.83 kB
    Upload args.txt with huggingface_hub 11 months ago
  • config.json
    1.27 kB
    Training in progress, step 255 11 months ago
  • config_sentence_transformers.json
    299 Bytes
    Add new SentenceTransformer model (#2) 10 months ago
  • model.safetensors
    81.7 MB
    xet
    Training in progress, step 1019 11 months ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model (#2) 10 months ago
  • sentence_bert_config.json
    57 Bytes
    Add new SentenceTransformer model (#2) 10 months ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Training in progress, step 255 11 months ago
  • special_tokens_map.json
    965 Bytes
    Training in progress, step 255 11 months ago
  • tokenizer.json
    3.49 MB
    Training in progress, step 255 11 months ago
  • tokenizer_config.json
    1.2 kB
    Training in progress, step 255 11 months ago
  • training_args.bin
    6.1 kB
    xet
    Training in progress, step 255 11 months ago