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

uam-rl
/
qwen35-9b-muon-lora-r16

Text Generation
PEFT
Safetensors
lora
sft
trl
typst
qwen3.5
conversational
Model card Files Files and versions
xet
Community

Instructions to use uam-rl/qwen35-9b-muon-lora-r16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use uam-rl/qwen35-9b-muon-lora-r16 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, "uam-rl/qwen35-9b-muon-lora-r16")
  • Notebooks
  • Google Colab
  • Kaggle
qwen35-9b-muon-lora-r16
193 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
sergioahp's picture
sergioahp
Add Qwen3.5 Typst LoRA adapter
b6a4664 2 months ago
  • .gitattributes
    1.57 kB
    Add Qwen3.5 Typst LoRA adapter 2 months ago
  • README.md
    1.18 kB
    Add Qwen3.5 Typst LoRA adapter 2 months ago
  • adapter_config.json
    1.18 kB
    Add Qwen3.5 Typst LoRA adapter 2 months ago
  • adapter_model.safetensors
    173 MB
    xet
    Add Qwen3.5 Typst LoRA adapter 2 months ago
  • chat_template.jinja
    7.76 kB
    Add Qwen3.5 Typst LoRA adapter 2 months ago
  • tokenizer.json
    20 MB
    xet
    Add Qwen3.5 Typst LoRA adapter 2 months ago
  • tokenizer_config.json
    1.1 kB
    Add Qwen3.5 Typst LoRA adapter 2 months ago