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

Nashhz
/
SBERT_KFOLD_Job_Descriptions_to_Skills

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

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

  • Libraries
  • sentence-transformers

    How to use Nashhz/SBERT_KFOLD_Job_Descriptions_to_Skills with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Nashhz/SBERT_KFOLD_Job_Descriptions_to_Skills")
    
    sentences = [
        "Description: I'm looking for a skilled web developer proficient in converting Figma mobile app designs to fully responsive HTML code in Flutter. Key Requirements - Convert Figma designs to HTML, ensuring the output is fully responsive across all devices. - Implement multiple interactive elements as per the original designs. This includes, but is not limited to, sliders and pop-ups. - Utilize clean, efficient code that's easy to maintain. Ideal Skills and Experience - Extensive experience in Figma to Flutter codeconversion. - Proficient in creating fully responsive web applications. - Strong understanding of interactive web elements. - Exceptional coding skills, with a focus on maintaining code quality and efficiency.",
        "Skills: Data Entry, eCommerce",
        "Skills: Graphic Design, CSS, HTML, Flutter",
        "Skills: Social Media Marketing, Social Networking, Influencer Marketing, Market Research"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
SBERT_KFOLD_Job_Descriptions_to_Skills
91.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Nashhz's picture
Nashhz
Add new SentenceTransformer model
1f44fb6 verified over 1 year ago
  • 1_Pooling
    Add new SentenceTransformer model over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    23.5 kB
    Add new SentenceTransformer model over 1 year ago
  • config.json
    691 Bytes
    Add new SentenceTransformer model over 1 year ago
  • config_sentence_transformers.json
    208 Bytes
    Add new SentenceTransformer model over 1 year ago
  • model.safetensors
    90.9 MB
    xet
    Add new SentenceTransformer model over 1 year ago
  • modules.json
    368 Bytes
    Add new SentenceTransformer model over 1 year ago
  • sentence_bert_config.json
    56 Bytes
    Add new SentenceTransformer model over 1 year ago
  • special_tokens_map.json
    732 Bytes
    Add new SentenceTransformer model over 1 year ago
  • tokenizer.json
    712 kB
    Add new SentenceTransformer model over 1 year ago
  • tokenizer_config.json
    1.5 kB
    Add new SentenceTransformer model over 1 year ago
  • vocab.txt
    232 kB
    Add new SentenceTransformer model over 1 year ago