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

Quangnguyen711
/
nothing-mutilingua

Sentence Similarity
sentence-transformers
Safetensors
distilbert
feature-extraction
dense
Generated from Trainer
dataset_size:2816
loss:MultipleNegativesRankingLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Quangnguyen711/nothing-mutilingua with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use Quangnguyen711/nothing-mutilingua with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Quangnguyen711/nothing-mutilingua")
    
    sentences = [
        "your finger is broken",
        "ngón tay của ông bị gãy",
        "lý do như sau hiện tại trong số những học sinh năm nhất lớp dưới có một tin đồn kỳ lạ đang lan truyền",
        "khi cậu ta xuất hiện trở lại cùng lúc đó một lực tác động vô hình giáng xuống toàn bộ cơ thể fenrir"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
nothing-mutilingua
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Quangnguyen711's picture
Quangnguyen711
Initial upload of fine-tuned contrastive model
ef978d0 verified 7 months ago
  • 1_Pooling
    Initial upload of fine-tuned contrastive model 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    14.2 kB
    Initial upload of fine-tuned contrastive model 7 months ago
  • config.json
    518 Bytes
    Initial upload of fine-tuned contrastive model 7 months ago
  • config_sentence_transformers.json
    283 Bytes
    Initial upload of fine-tuned contrastive model 7 months ago
  • model.safetensors
    539 MB
    xet
    Initial upload of fine-tuned contrastive model 7 months ago
  • modules.json
    229 Bytes
    Initial upload of fine-tuned contrastive model 7 months ago
  • sentence_bert_config.json
    57 Bytes
    Initial upload of fine-tuned contrastive model 7 months ago
  • special_tokens_map.json
    695 Bytes
    Initial upload of fine-tuned contrastive model 7 months ago
  • tokenizer.json
    2.92 MB
    Initial upload of fine-tuned contrastive model 7 months ago
  • tokenizer_config.json
    1.42 kB
    Initial upload of fine-tuned contrastive model 7 months ago
  • vocab.txt
    996 kB
    Initial upload of fine-tuned contrastive model 7 months ago