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

LazarusNLP
/
congen-indo-e5-small

Sentence Similarity
sentence-transformers
Safetensors
Indonesian
feature-extraction
Model card Files Files and versions
xet
Community

Instructions to use LazarusNLP/congen-indo-e5-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use LazarusNLP/congen-indo-e5-small with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("LazarusNLP/congen-indo-e5-small")
    
    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]
  • Notebooks
  • Google Colab
  • Kaggle
congen-indo-e5-small
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
w11wo's picture
w11wo
Added Model
fe951fe over 2 years ago
  • 0_Transformer
    Added Model over 2 years ago
  • 1_Pooling
    Added Model over 2 years ago
  • 2_Dense
    Added Model over 2 years ago
  • eval
    Added Model over 2 years ago
  • .gitattributes
    1.56 kB
    Added Model over 2 years ago
  • README.md
    2.54 kB
    Added Model over 2 years ago
  • config_sentence_transformers.json
    123 Bytes
    xet
    Added Model over 2 years ago
  • modules.json
    354 Bytes
    xet
    Added Model over 2 years ago