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

hxrikp
/
qwen3-4b-medical-reasoning-qlora

Text Generation
PEFT
Safetensors
medical
healthcare
lora
qlora
calibration
selective-prediction
conversational
Model card Files Files and versions
xet
Community

Instructions to use hxrikp/qwen3-4b-medical-reasoning-qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use hxrikp/qwen3-4b-medical-reasoning-qlora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-4B-Instruct-2507")
    model = PeftModel.from_pretrained(base_model, "hxrikp/qwen3-4b-medical-reasoning-qlora")
  • Notebooks
  • Google Colab
  • Kaggle
qwen3-4b-medical-reasoning-qlora
135 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
hxrikp's picture
hxrikp
Clean model card (no em dashes; live links)
44aeb72 verified 3 months ago
  • .gitattributes
    1.57 kB
    Add QLoRA adapter + model card (calibration study) 3 months ago
  • README.md
    3.92 kB
    Clean model card (no em dashes; live links) 3 months ago
  • adapter_config.json
    1.09 kB
    Add QLoRA adapter + model card (calibration study) 3 months ago
  • adapter_model.safetensors
    124 MB
    xet
    Add QLoRA adapter + model card (calibration study) 3 months ago
  • chat_template.jinja
    2.63 kB
    Add QLoRA adapter + model card (calibration study) 3 months ago
  • exp002_train_meta.json
    221 Bytes
    Add QLoRA adapter + model card (calibration study) 3 months ago
  • tokenizer.json
    11.4 MB
    xet
    Add QLoRA adapter + model card (calibration study) 3 months ago
  • tokenizer_config.json
    695 Bytes
    Add QLoRA adapter + model card (calibration study) 3 months ago