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

bilalchawdhary
/
clinic_flow

Text Generation
PEFT
Safetensors
English
medical
triage
healthcare
llama
lora
fine-tuned
gradio
conversational
Model card Files Files and versions
xet
Community

Instructions to use bilalchawdhary/clinic_flow with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use bilalchawdhary/clinic_flow with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("unsloth/Llama-3.2-3B-Instruct-bnb-4bit")
    model = PeftModel.from_pretrained(base_model, "bilalchawdhary/clinic_flow")
  • Notebooks
  • Google Colab
  • Kaggle
clinic_flow
65.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
bilalchawdhary's picture
bilalchawdhary
Update README.md
6c1b16e verified 3 months ago
  • .gitattributes
    1.57 kB
    Upload tokenizer 4 months ago
  • README.md
    3.13 kB
    Update README.md 3 months ago
  • adapter_config.json
    1.12 kB
    Upload model 3 months ago
  • adapter_model.safetensors
    48.7 MB
    xet
    Upload model 3 months ago
  • chat_template.jinja
    3.83 kB
    Upload tokenizer 4 months ago
  • tokenizer.json
    17.2 MB
    xet
    Upload tokenizer 4 months ago
  • tokenizer_config.json
    411 Bytes
    Upload tokenizer 4 months ago