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

Thunder421
/
criterion-finetuned-bert

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

Instructions to use Thunder421/criterion-finetuned-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use Thunder421/criterion-finetuned-bert with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Thunder421/criterion-finetuned-bert")
    
    sentences = [
        "Lead Data Scientist bringing over 8 years of industry experience along with a verified Masters degree. Expert competencies cover Python data ecosystems, custom Pandas metrics, NumPy, and advanced SQL matrices. Proven success track record in building high-dimension feature distributions to trace underlying statistical variations.",
        "Seeking a skilled Algo-Trading Research Associate to join our growing team. Key responsibilities include modeling volatile financial vectors to predict historical risk exposure trends. Must be fully comfortable handling tools like Time-series variance tracking analytics, econometric models, and asset liquidity formulas in a fast-paced environment.",
        "We are looking for a Infrastructure Platform Architect with a minimum of 4+ years of experience. The core technical stack requirements involve deep knowledge in: OCI Containers, Container Orchestration Engine, AWS Cloud Platform, Terraform, Python3. Must be highly capable of executing product deliverables in a fast paced workspace environment.",
        "Seeking a skilled Senior iOS/Android Mobile Developer to join our growing team. Key responsibilities include managing offline caching synchronization pipelines and publishing builds across app marketplaces. Must be fully comfortable handling tools like Swift UI frameworks, core mobile animations, Kotlin, and Gradle scripts in a fast-paced environment."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
criterion-finetuned-bert
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Thunder421's picture
Thunder421
Upload 1_Pooling/config.json
b9d94a5 verified about 1 month ago
  • 1_Pooling
    Upload 1_Pooling/config.json about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    23.1 kB
    Upload 9 files about 1 month ago
  • config.json
    598 Bytes
    Upload 9 files about 1 month ago
  • config_sentence_transformers.json
    284 Bytes
    Upload 9 files about 1 month ago
  • metadata.json
    279 Bytes
    Upload 9 files about 1 month ago
  • model.safetensors
    438 MB
    xet
    Upload 9 files about 1 month ago
  • modules.json
    429 Bytes
    Upload 9 files about 1 month ago
  • sentence_bert_config.json
    241 Bytes
    Upload 9 files about 1 month ago
  • tokenizer.json
    712 kB
    Upload 9 files about 1 month ago
  • tokenizer_config.json
    585 Bytes
    Upload 9 files about 1 month ago