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

talentguide
/
skillscout-large

Sentence Similarity
sentence-transformers
Safetensors
English
xlm-roberta
feature-extraction
dense-retrieval
information-retrieval
job-skill-matching
esco
talentclef
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use talentguide/skillscout-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use talentguide/skillscout-large with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("talentguide/skillscout-large")
    
    sentences = [
        "That is a happy person",
        "That is a happy dog",
        "That is a very happy person",
        "Today is a sunny day"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
skillscout-large
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Bhanu3's picture
Bhanu3
Update model card: full SkillScout Large documentation
6e1d756 verified about 2 months ago
  • 1_Pooling
    SkillScout Large v1 about 2 months ago
  • .gitattributes
    1.57 kB
    SkillScout Large v1 about 2 months ago
  • README.md
    8.52 kB
    Update model card: full SkillScout Large documentation about 2 months ago
  • config.json
    772 Bytes
    SkillScout Large v1 about 2 months ago
  • config_sentence_transformers.json
    296 Bytes
    SkillScout Large v1 about 2 months ago
  • model.safetensors
    2.24 GB
    xet
    SkillScout Large v1 about 2 months ago
  • modules.json
    242 Bytes
    SkillScout Large v1 about 2 months ago
  • sentence_bert_config.json
    59 Bytes
    SkillScout Large v1 about 2 months ago
  • tokenizer.json
    17.1 MB
    xet
    SkillScout Large v1 about 2 months ago
  • tokenizer_config.json
    523 Bytes
    SkillScout Large v1 about 2 months ago