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

s-g-labs
/
linlu-lora-v0.2-qwen3.6-27b

PEFT
Safetensors
Chinese
lora
roleplay
persona
chinese
qwen3.6
Model card Files Files and versions
xet
Community

Instructions to use s-g-labs/linlu-lora-v0.2-qwen3.6-27b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use s-g-labs/linlu-lora-v0.2-qwen3.6-27b with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("./Qwen3.6-27B")
    model = PeftModel.from_pretrained(base_model, "s-g-labs/linlu-lora-v0.2-qwen3.6-27b")
  • Notebooks
  • Google Colab
  • Kaggle
linlu-lora-v0.2-qwen3.6-27b
638 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
s-g-labs's picture
s-g-labs
Update model card: version pointers, sampling & history contract
35de22b verified 19 days ago
  • .gitattributes
    1.52 kB
    initial commit 21 days ago
  • README.md
    8.21 kB
    Update model card: version pointers, sampling & history contract 19 days ago
  • adapter_config.json
    1.04 kB
    Upload adapter_config.json with huggingface_hub 21 days ago
  • adapter_model.safetensors
    638 MB
    xet
    Upload adapter_model.safetensors with huggingface_hub 21 days ago
  • chat_template.jinja
    7.76 kB
    Upload chat_template.jinja with huggingface_hub 21 days ago
  • training_config.yaml
    1.36 kB
    Upload training_config.yaml with huggingface_hub 21 days ago