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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

impresso-project
/
histlux-gte-multilingual-base

Sentence Similarity
sentence-transformers
Safetensors
Luxembourgish
new
dataset_size:120000
multilingual
custom_code
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use impresso-project/histlux-gte-multilingual-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use impresso-project/histlux-gte-multilingual-base with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("impresso-project/histlux-gte-multilingual-base", trust_remote_code=True)
    
    sentences = [
        "Who is filming along?",
        "Wién filmt mat?",
        "Weider huet den Tatarescu drop higewisen, datt Rumänien durch seng krichsbedélegong op de 6eite vun den allie'erten 110.000 mann verluer hätt.",
        "Brambilla 130.08.03 St."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
histlux-gte-multilingual-base
1.24 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
Andrianos's picture
Andrianos
Update README.md
52be259 verified 11 months ago
  • 1_Pooling
    Add new SentenceTransformer model about 1 year ago
  • .gitattributes
    1.57 kB
    Add new SentenceTransformer model about 1 year ago
  • README.md
    8.86 kB
    Update README.md 11 months ago
  • config.json
    1.58 kB
    Updated config about 1 year ago
  • config_sentence_transformers.json
    199 Bytes
    Add new SentenceTransformer model about 1 year ago
  • configuration.py
    7.13 kB
    Add new SentenceTransformer model about 1 year ago
  • model.safetensors
    1.22 GB
    xet
    Add new SentenceTransformer model about 1 year ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model about 1 year ago
  • sentence_bert_config.json
    54 Bytes
    Add new SentenceTransformer model about 1 year ago
  • special_tokens_map.json
    964 Bytes
    Add new SentenceTransformer model about 1 year ago
  • tokenizer.json
    17.1 MB
    xet
    Add new SentenceTransformer model about 1 year ago
  • tokenizer_config.json
    1.37 kB
    Add new SentenceTransformer model about 1 year ago