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

alvperez
/
skill-sim-model

Sentence Similarity
sentence-transformers
Safetensors
mpnet
feature-extraction
job-matching
skill-similarity
embeddings
esco
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use alvperez/skill-sim-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use alvperez/skill-sim-model with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("alvperez/skill-sim-model")
    
    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
skill-sim-model
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
alvperez's picture
alvperez
Update README.md
98d0261 verified 11 months ago
  • 1_Pooling
    Upload folder using huggingface_hub 12 months ago
  • eval
    Upload folder using huggingface_hub 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    3.3 kB
    Update README.md 11 months ago
  • config.json
    613 Bytes
    Upload folder using huggingface_hub 12 months ago
  • config_sentence_transformers.json
    116 Bytes
    Upload folder using huggingface_hub 12 months ago
  • model.safetensors
    438 MB
    xet
    Upload folder using huggingface_hub 12 months ago
  • modules.json
    349 Bytes
    Upload folder using huggingface_hub 12 months ago
  • sentence_bert_config.json
    53 Bytes
    Upload folder using huggingface_hub 12 months ago
  • special_tokens_map.json
    964 Bytes
    Upload folder using huggingface_hub 12 months ago
  • tokenizer.json
    711 kB
    Upload folder using huggingface_hub 12 months ago
  • tokenizer_config.json
    1.58 kB
    Upload folder using huggingface_hub 12 months ago
  • vocab.txt
    232 kB
    Upload folder using huggingface_hub 12 months ago