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

weemed
/
IlhaEmbed

Sentence Similarity
sentence-transformers
ONNX
Safetensors
Chinese
modernbert
embeddings
clinical
healthcare
traditional-chinese
taiwan
medical
fhir
on-premise
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use weemed/IlhaEmbed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use weemed/IlhaEmbed with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("weemed/IlhaEmbed")
    
    sentences = [
        "那是 個快樂的人",
        "那是 條快樂的狗",
        "那是 個非常幸福的人",
        "今天是晴天"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
IlhaEmbed
192 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
gloomcheng's picture
gloomcheng
docs: definitive eval numbers (semantic macro 0.86); reframe taigi as a transliteration diagnostic (not a self-match bug), excluded from the macro with reason
3ddd653 verified about 12 hours ago
  • .gitattributes
    1.52 kB
    initial commit 1 day ago
  • README.md
    12 kB
    docs: definitive eval numbers (semantic macro 0.86); reframe taigi as a transliteration diagnostic (not a self-match bug), excluded from the macro with reason about 12 hours ago
  • SOURCES.md
    4.25 kB
    IlhaEmbed-97M (vocab-pruned) initial release 1 day ago
  • config.json
    1.21 kB
    IlhaEmbed-97M (vocab-pruned) initial release 1 day ago
  • model.safetensors
    152 MB
    xet
    IlhaEmbed-97M (vocab-pruned) initial release 1 day ago
  • model_int8.onnx
    38.5 MB
    xet
    IlhaEmbed-97M (vocab-pruned) initial release 1 day ago
  • special_tokens_map.json
    870 Bytes
    IlhaEmbed-97M (vocab-pruned) initial release 1 day ago
  • tokenizer.json
    668 kB
    IlhaEmbed-97M (vocab-pruned) initial release 1 day ago
  • tokenizer_config.json
    12.8 kB
    IlhaEmbed-97M (vocab-pruned) initial release 1 day ago