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
/
medgemma-1.5-4b-medical-reasoning-qlora

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

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

  • Libraries
  • PEFT

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

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("google/medgemma-1.5-4b-it")
    model = PeftModel.from_pretrained(base_model, "hxrikp/medgemma-1.5-4b-medical-reasoning-qlora")
  • Notebooks
  • Google Colab
  • Kaggle
medgemma-1.5-4b-medical-reasoning-qlora
153 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
hxrikp's picture
hxrikp
Clean model card (no em dashes; live links)
b596d10 verified 3 months ago
  • .gitattributes
    1.57 kB
    Add QLoRA adapter + model card (calibration study) 3 months ago
  • README.md
    4.39 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
    119 MB
    xet
    Add QLoRA adapter + model card (calibration study) 3 months ago
  • chat_template.jinja
    1.53 kB
    Add QLoRA adapter + model card (calibration study) 3 months ago
  • exp002_train_meta.json
    219 Bytes
    Add QLoRA adapter + model card (calibration study) 3 months ago
  • tokenizer.json
    33.4 MB
    xet
    Add QLoRA adapter + model card (calibration study) 3 months ago
  • tokenizer_config.json
    772 Bytes
    Add QLoRA adapter + model card (calibration study) 3 months ago