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

heuristixai
/
HAI-DiffDx-0.5B

Text Generation
PEFT
Safetensors
English
medical
clinical-reasoning
differential-diagnosis
qlora
small-language-model
structured-generation
heuristixai
Model card Files Files and versions
xet
Community

Instructions to use heuristixai/HAI-DiffDx-0.5B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use heuristixai/HAI-DiffDx-0.5B with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-0.5B-Instruct")
    model = PeftModel.from_pretrained(base_model, "heuristixai/HAI-DiffDx-0.5B")
  • Notebooks
  • Google Colab
  • Kaggle
HAI-DiffDx-0.5B
13.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
heuristixai's picture
heuristixai
Initial adapter + model card
fc6a0b1 verified 2 days ago
  • .gitattributes
    1.57 kB
    Initial adapter + model card 2 days ago
  • README.md
    5.96 kB
    Initial adapter + model card 2 days ago
  • adapter_config.json
    1.02 kB
    Initial adapter + model card 2 days ago
  • adapter_model.safetensors
    2.18 MB
    xet
    Initial adapter + model card 2 days ago
  • tokenizer.json
    11.4 MB
    xet
    Initial adapter + model card 2 days ago
  • tokenizer_config.json
    691 Bytes
    Initial adapter + model card 2 days ago