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

hassanshka
/
Biomni-R0-32B-LoRA-Rank256

Text Generation
PEFT
Safetensors
lora
adapter
biomni
medical
biomedical
reasoning
rank-256
Model card Files Files and versions
xet
Community

Instructions to use hassanshka/Biomni-R0-32B-LoRA-Rank256 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use hassanshka/Biomni-R0-32B-LoRA-Rank256 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-32B")
    model = PeftModel.from_pretrained(base_model, "hassanshka/Biomni-R0-32B-LoRA-Rank256")
  • Notebooks
  • Google Colab
  • Kaggle
Biomni-R0-32B-LoRA-Rank256 / extraction_scripts
7.16 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
hassanshka's picture
hassanshka
Add extraction script: README.md
63bdd7f verified 4 months ago
  • README.md
    577 Bytes
    Add extraction script: README.md 4 months ago
  • extract_lora_256.sh
    1.17 kB
    Add extraction script: extract_lora_256.sh 4 months ago
  • sanitize_lora.py
    5.42 kB
    Add extraction script: sanitize_lora.py 4 months ago