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

  • Log In
  • Sign Up

alexchen4ai
/
qwen3-decoder

Feature Extraction
Transformers
Safetensors
qwen3
Model card Files Files and versions
xet
Community

Instructions to use alexchen4ai/qwen3-decoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use alexchen4ai/qwen3-decoder with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="alexchen4ai/qwen3-decoder")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("alexchen4ai/qwen3-decoder")
    model = AutoModel.from_pretrained("alexchen4ai/qwen3-decoder")
  • Notebooks
  • Google Colab
  • Kaggle
qwen3-decoder
134 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
alexchen4ai's picture
alexchen4ai
Upload model
a87fd71 verified 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    5.17 kB
    Upload model 8 months ago
  • config.json
    426 Bytes
    Upload model 8 months ago
  • model.safetensors
    134 MB
    xet
    Upload model 8 months ago