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

midwestcyr
/
labse-ruskaromani

Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
Generated from Trainer
dataset_size:7278
loss:MultipleNegativesRankingLoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use midwestcyr/labse-ruskaromani with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use midwestcyr/labse-ruskaromani with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("midwestcyr/labse-ruskaromani")
    
    sentences = [
        "- Н-да!",
        "Акана — хохавава.",
        "А о-отэнчя тихэс устя тэ и гыя дрэ фэлда ни прэ конэстэ на дыкхи.",
        "— Аи!"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
labse-ruskaromani
1.9 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
midwestcyr's picture
midwestcyr
Update README.md
6a2176f verified 23 days ago
  • 1_Pooling
    Add new SentenceTransformer model 23 days ago
  • 2_Dense
    Add new SentenceTransformer model 23 days ago
  • .gitattributes
    1.57 kB
    Add new SentenceTransformer model 23 days ago
  • README.md
    18.3 kB
    Update README.md 23 days ago
  • config.json
    939 Bytes
    Add new SentenceTransformer model 23 days ago
  • config_sentence_transformers.json
    284 Bytes
    Add new SentenceTransformer model 23 days ago
  • model.safetensors
    1.88 GB
    xet
    Add new SentenceTransformer model 23 days ago
  • modules.json
    553 Bytes
    Add new SentenceTransformer model 23 days ago
  • sentence_bert_config.json
    241 Bytes
    Add new SentenceTransformer model 23 days ago
  • tokenizer.json
    13.6 MB
    xet
    Add new SentenceTransformer model 23 days ago
  • tokenizer_config.json
    625 Bytes
    Add new SentenceTransformer model 23 days ago