Text Generation
PEFT
Safetensors
English
h2oai
causal-lm
adhd
cpt-ii
clinical-assistant
conversational
Instructions to use monkwarrior08/adhd-cpt-analyst with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use monkwarrior08/adhd-cpt-analyst with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("h2oai/h2o-danube3-500m-chat") model = PeftModel.from_pretrained(base_model, "monkwarrior08/adhd-cpt-analyst") - Notebooks
- Google Colab
- Kaggle