Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

ThakiCloud
/
SKILLRET-Embedding-0.6B

Sentence Similarity
sentence-transformers
Safetensors
English
qwen3
embeddings
skill-retrieval
llm-agents
contrastive-learning
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use ThakiCloud/SKILLRET-Embedding-0.6B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use ThakiCloud/SKILLRET-Embedding-0.6B with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("ThakiCloud/SKILLRET-Embedding-0.6B")
    
    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
SKILLRET-Embedding-0.6B
1.2 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
hongchal's picture
hongchal
docs: link technical report (arXiv:2605.05726)
0e10886 5 days ago
  • 1_Pooling
    Upload SkillRet-Embedding-0.6B model 7 days ago
  • .gitattributes
    1.57 kB
    Upload SkillRet-Embedding-0.6B model 7 days ago
  • README.md
    4.06 kB
    docs: link technical report (arXiv:2605.05726) 5 days ago
  • chat_template.jinja
    4.12 kB
    Upload SkillRet-Embedding-0.6B model 7 days ago
  • config.json
    1.41 kB
    Upload SkillRet-Embedding-0.6B model 7 days ago
  • config_sentence_transformers.json
    374 Bytes
    Upload SkillRet-Embedding-0.6B model 7 days ago
  • model.safetensors
    1.19 GB
    xet
    Upload SkillRet-Embedding-0.6B model 7 days ago
  • modules.json
    429 Bytes
    Upload SkillRet-Embedding-0.6B model 7 days ago
  • sentence_bert_config.json
    241 Bytes
    Upload SkillRet-Embedding-0.6B model 7 days ago
  • tokenizer.json
    11.4 MB
    xet
    Upload SkillRet-Embedding-0.6B model 7 days ago
  • tokenizer_config.json
    346 Bytes
    Upload SkillRet-Embedding-0.6B model 7 days ago