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

AlucardV
/
finetuned_model_ver2

Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
Generated from Trainer
dataset_size:20000
loss:TripletLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use AlucardV/finetuned_model_ver2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use AlucardV/finetuned_model_ver2 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("AlucardV/finetuned_model_ver2")
    
    sentences = [
        "Ната́лья Миха́йловна Семени́хина (16 февраля 1970, Харьков) — российская журналистка и телеведущая.",
        "В первую очередь нарратор (рассказчик) является обладателем информации о концовке, и именно благодаря этой способности он существенно отличается от другого участника рассказа - его 'героя', который, находясь в центре событий, не осведомлен об этом.",
        "Российская журналистка и телеведущая Ната́лья Миха́йловна Семени́хина родилась 16 февраля 1970 года в Харькове.",
        "Ната́лья Миха́йловна Семени́хина не является журналисткой и телеведущей, она из другой профессии."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
finetuned_model_ver2
91.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
AlucardV's picture
AlucardV
Add new SentenceTransformer model
cf0f8e7 verified 10 days ago
  • 1_Pooling
    Add new SentenceTransformer model 10 days ago
  • .gitattributes
    1.52 kB
    initial commit 10 days ago
  • README.md
    21.2 kB
    Add new SentenceTransformer model 10 days ago
  • config.json
    776 Bytes
    Add new SentenceTransformer model 10 days ago
  • config_sentence_transformers.json
    296 Bytes
    Add new SentenceTransformer model 10 days ago
  • model.safetensors
    90.9 MB
    xet
    Add new SentenceTransformer model 10 days ago
  • modules.json
    448 Bytes
    Add new SentenceTransformer model 10 days ago
  • sentence_bert_config.json
    250 Bytes
    Add new SentenceTransformer model 10 days ago
  • tokenizer.json
    712 kB
    Add new SentenceTransformer model 10 days ago
  • tokenizer_config.json
    617 Bytes
    Add new SentenceTransformer model 10 days ago