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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ryan-0608
/
MoS-DFlash-Qwen3-8B

Feature Extraction
Transformers
Safetensors
qwen3
speculative-decoding
dflash
mixture-of-speculators
custom_code
Model card Files Files and versions
xet
Community

Instructions to use ryan-0608/MoS-DFlash-Qwen3-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ryan-0608/MoS-DFlash-Qwen3-8B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="ryan-0608/MoS-DFlash-Qwen3-8B", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("ryan-0608/MoS-DFlash-Qwen3-8B", trust_remote_code=True)
    model = AutoModel.from_pretrained("ryan-0608/MoS-DFlash-Qwen3-8B", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
MoS-DFlash-Qwen3-8B
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
ryan-0608's picture
ryan-0608
docs: add complete loading, routing, and decoding guide
e109402 verified 22 days ago
  • .gitattributes
    1.52 kB
    initial commit 22 days ago
  • README.md
    6.52 kB
    docs: add complete loading, routing, and decoding guide 22 days ago
  • config.json
    1.12 kB
    Add files using upload-large-folder tool 22 days ago
  • dflash.py
    17.1 kB
    Add files using upload-large-folder tool 22 days ago
  • model-00001-of-00002.safetensors
    4.97 GB
    xet
    Add files using upload-large-folder tool 22 days ago
  • model-00002-of-00002.safetensors
    3.17 GB
    xet
    Add files using upload-large-folder tool 22 days ago
  • model.safetensors.index.json
    9.53 kB
    Add files using upload-large-folder tool 22 days ago