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

Alumin-Hydro
/
Gewu-SFT

Text Generation
PEFT
Safetensors
Chinese
English
physics
lora
reasoning
qwen3.5
conversational
Model card Files Files and versions
xet
Community

Instructions to use Alumin-Hydro/Gewu-SFT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Alumin-Hydro/Gewu-SFT with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3.5-9B")
    model = PeftModel.from_pretrained(base_model, "Alumin-Hydro/Gewu-SFT")
  • Notebooks
  • Google Colab
  • Kaggle
Gewu-SFT
346 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Alumin-Hydro's picture
Alumin-Hydro
Add text-only key layout (vllm/) for hot-mounting on the W8A16 base
0804274 verified 2 days ago
  • vllm
    Add text-only key layout (vllm/) for hot-mounting on the W8A16 base 2 days ago
  • .gitattributes
    1.52 kB
    initial commit 2 days ago
  • README.md
    3.92 kB
    Initial public release (Gewu paper, 2026) 2 days ago
  • SHA256SUMS.txt
    344 Bytes
    Initial public release (Gewu paper, 2026) 2 days ago
  • adapter_config.json
    1.18 kB
    Initial public release (Gewu paper, 2026) 2 days ago
  • adapter_model.safetensors
    173 MB
    xet
    Initial public release (Gewu paper, 2026) 2 days ago
  • chat_template.jinja
    7.76 kB
    Initial public release (Gewu paper, 2026) 2 days ago