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

OpenVINO
/
Qwen3-Reranker-0.6B-seq-cls-fp16-ov

Text Ranking
Transformers
OpenVINO
qwen3
text-classification
Model card Files Files and versions
xet
Community
1

Instructions to use OpenVINO/Qwen3-Reranker-0.6B-seq-cls-fp16-ov with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use OpenVINO/Qwen3-Reranker-0.6B-seq-cls-fp16-ov with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("OpenVINO/Qwen3-Reranker-0.6B-seq-cls-fp16-ov")
    model = AutoModelForSequenceClassification.from_pretrained("OpenVINO/Qwen3-Reranker-0.6B-seq-cls-fp16-ov")
  • Notebooks
  • Google Colab
  • Kaggle
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

The NPU acceleration isn't working. The iGPU is handling all the work throughout the process. Could it be that the NPU doesn't support the embedding layer structure?

#1 opened 5 months ago by
jasoncow
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs