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
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ base_model: h2oai/h2o-danube3-500m-chat
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of `h2oai/h2o-danube3-500m-chat`, specifically adapted for analyzing and interpreting textual reports from the Conners' Continuous Performance Test II (CPT-II). It has been trained using Low-Rank Adaptation (LoRA) on a dataset of CPT-II results to identify patterns relevant to the assessment of ADHD.
|
| 20 |
|
| 21 |
-
The model takes a textual summary of a patient's CPT-II scores as input and can provide analysis, explanations of the metrics, and potential interpretations.
|
| 22 |
|
| 23 |
## Intended Uses & Limitations
|
| 24 |
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of `h2oai/h2o-danube3-500m-chat`, specifically adapted for analyzing and interpreting textual reports from the Conners' Continuous Performance Test II (CPT-II). It has been trained using Low-Rank Adaptation (LoRA) on a dataset of CPT-II results to identify patterns relevant to the assessment of ADHD.
|
| 20 |
|
| 21 |
+
The model takes a textual summary of a patient's CPT-II scores from [ADHD Diagnosis Data](https://www.kaggle.com/datasets/arashnic/adhd-diagnosis-data) as input and can provide analysis, explanations of the metrics, and potential interpretations.
|
| 22 |
|
| 23 |
## Intended Uses & Limitations
|
| 24 |
|