Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

kangbeom
/
multilingual-e5-large

Sentence Similarity
sentence-transformers
Safetensors
feature-extraction
dense
Generated from Trainer
dataset_size:7200
loss:MultipleNegativesRankingLoss
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use kangbeom/multilingual-e5-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use kangbeom/multilingual-e5-large with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("kangbeom/multilingual-e5-large")
    
    sentences = [
        "query: 어디서 입력 신호의 SNR이 엄청 낮게 나타나?",
        "passage: 클럭잡음 모델을 생성할 때 랜덤데이터를 이용하기 때문에 여러번 시뮬레이션을수행하여 실제 모델에 최대한 근접한 데이터를 얻어야 한다.",
        "passage: 둘 이상의 다른 네트워크 접속 인터페이스를 갖는 다중모드 단말에서 MIH 는 미디어에 독립적으로 이기종 망간 핸드오버를 지원하기 위해 하위 물리 계층의 정보를 이용한다.",
        "passage: 돌발 잡음은 일반적으로 에너지가 매우 크기 때문에 돌발 잡음이 존재하는 구간에서 입력 신호의 SNR이 매우 낮게 나타난다."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
multilingual-e5-large
26.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
kangbeom's picture
kangbeom
Initial model commit
ea27c58 verified 8 months ago
  • 1_Pooling
    Initial model commit 8 months ago
  • .gitattributes
    1.57 kB
    Initial model commit 8 months ago
  • README.md
    22.9 kB
    Initial model commit 8 months ago
  • adapter_config.json
    1.03 kB
    Initial model commit 8 months ago
  • adapter_model.safetensors
    9.46 MB
    xet
    Initial model commit 8 months ago
  • config_sentence_transformers.json
    294 Bytes
    Initial model commit 8 months ago
  • modules.json
    368 Bytes
    Initial model commit 8 months ago
  • sentence_bert_config.json
    60 Bytes
    Initial model commit 8 months ago
  • special_tokens_map.json
    1.02 kB
    Initial model commit 8 months ago
  • tokenizer.json
    17.1 MB
    xet
    Initial model commit 8 months ago
  • tokenizer_config.json
    1.43 kB
    Initial model commit 8 months ago