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

RohitUltimate
/
Qwen3-0.6B

Sentence Similarity
sentence-transformers
Safetensors
English
qwen3
feature-extraction
dense
Generated from Trainer
dataset_size:232965
loss:MultipleNegativesRankingLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use RohitUltimate/Qwen3-0.6B with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("RohitUltimate/Qwen3-0.6B")
    
    sentences = [
        " gbp issued by the surrey oaks surrey june james connolly transaction card",
        "Food and subsistence",
        "Other direct costs",
        "Directors' current accounts"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
Qwen3-0.6B
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
RohitUltimate's picture
RohitUltimate
Update README.md
df21b29 verified 2 days ago
  • 1_Pooling
    Upload folder using huggingface_hub 16 days ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub 16 days ago
  • README.md
    13.1 kB
    Update README.md 2 days ago
  • chat_template.jinja
    4.2 kB
    Upload folder using huggingface_hub 16 days ago
  • config.json
    1.47 kB
    Upload folder using huggingface_hub 16 days ago
  • config_sentence_transformers.json
    295 Bytes
    Upload folder using huggingface_hub 16 days ago
  • model.safetensors
    1.19 GB
    xet
    Upload folder using huggingface_hub 16 days ago
  • modules.json
    242 Bytes
    Upload folder using huggingface_hub 16 days ago
  • sentence_bert_config.json
    62 Bytes
    Upload folder using huggingface_hub 16 days ago
  • tokenizer.json
    11.4 MB
    xet
    Upload folder using huggingface_hub 16 days ago
  • tokenizer_config.json
    697 Bytes
    Upload folder using huggingface_hub 16 days ago