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

candidatePI
/
candidate-ft-model

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

Instructions to use candidatePI/candidate-ft-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use candidatePI/candidate-ft-model with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("candidatePI/candidate-ft-model")
    
    sentences = [
        "Frontend performance optimization including lazy loading, code splitting, caching",
        "Optimized React applications with code splitting reducing initial load by 60%",
        "Implemented mutation testing successfully",
        "Designed event-driven architecture using RabbitMQ with dead letter queues"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
candidate-ft-model
444 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
veton-berisha's picture
veton-berisha
mse=0.0240
2cedd16 verified 12 months ago
  • 1_Pooling
    Upload fine-tuned model about 1 year ago
  • eval
    mse=0.0240 12 months ago
  • .gitattributes
    1.57 kB
    Upload fine-tuned model about 1 year ago
  • README.md
    13.4 kB
    mse=0.0240 12 months ago
  • config.json
    551 Bytes
    mse=0.0253 about 1 year ago
  • config_sentence_transformers.json
    205 Bytes
    mse=0.0234 about 1 year ago
  • model.safetensors
    438 MB
    xet
    mse=0.0240 12 months ago
  • modules.json
    229 Bytes
    Upload fine-tuned model about 1 year ago
  • sentence_bert_config.json
    53 Bytes
    New model โ€“ mse=0.1021 about 1 year ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Upload fine-tuned model about 1 year ago
  • special_tokens_map.json
    964 Bytes
    New model โ€“ mse=0.1021 about 1 year ago
  • tokenizer.json
    711 kB
    xet
    New model โ€“ mse=0.1021 about 1 year ago
  • tokenizer_config.json
    1.62 kB
    New model โ€“ mse=0.1021 about 1 year ago
  • vocab.txt
    232 kB
    New model โ€“ mse=0.1021 about 1 year ago