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

mrshu
/
sturovec-base-sk-v0

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

Instructions to use mrshu/sturovec-base-sk-v0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use mrshu/sturovec-base-sk-v0 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("mrshu/sturovec-base-sk-v0")
    
    sentences = [
        "Napriek tomu , myšlienka v liste dnešným Times od profesora medicíny z Yale je dobrá , stačí dať policajta na Springerov set .",
        "List bol od profesora , ktorý vyučuje fyziológiu a anatómiu na Yale .",
        "Whittington by rozpoznal herečku bez akéhokoľvek make-upu .",
        "Bushova rodina poskytuje vynikajúce rozptýlenie ."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
sturovec-base-sk-v0
504 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
mrshu's picture
mrshu
Add new SentenceTransformer model
bd8da4e verified 8 months ago
  • 1_Pooling
    Add new SentenceTransformer model 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    40.6 kB
    Add new SentenceTransformer model 8 months ago
  • config.json
    660 Bytes
    Add new SentenceTransformer model 8 months ago
  • config_sentence_transformers.json
    283 Bytes
    Add new SentenceTransformer model 8 months ago
  • merges.txt
    533 kB
    Add new SentenceTransformer model 8 months ago
  • model.safetensors
    499 MB
    xet
    Add new SentenceTransformer model 8 months ago
  • modules.json
    229 Bytes
    Add new SentenceTransformer model 8 months ago
  • sentence_bert_config.json
    57 Bytes
    Add new SentenceTransformer model 8 months ago
  • special_tokens_map.json
    957 Bytes
    Add new SentenceTransformer model 8 months ago
  • tokenizer.json
    3.71 MB
    Add new SentenceTransformer model 8 months ago
  • tokenizer_config.json
    1.44 kB
    Add new SentenceTransformer model 8 months ago
  • vocab.json
    875 kB
    Add new SentenceTransformer model 8 months ago