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

cea-list-ia
/
evalllm2026-mesh

Sentence Similarity
sentence-transformers
Safetensors
French
English
xlm-roberta
evalllm2026
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use cea-list-ia/evalllm2026-mesh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use cea-list-ia/evalllm2026-mesh with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("cea-list-ia/evalllm2026-mesh")
    
    sentences = [
        "C'est une personne heureuse",
        "C'est un chien heureux",
        "C'est une personne très heureuse",
        "Aujourd'hui est une journée ensoleillée"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
evalllm2026-mesh
2.29 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
rarmingaud's picture
rarmingaud
Update README.md
83683e0 verified about 1 month ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub about 1 month ago
  • README.md
    898 Bytes
    Update README.md about 1 month ago
  • config.json
    743 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • model.safetensors
    2.27 GB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer.json
    17.1 MB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer_config.json
    379 Bytes
    Upload folder using huggingface_hub about 1 month ago