--- license: mit language: - en pipeline_tag: feature-extraction tags: - delirium - ENACT - medical version: 1.0.0 --- # ENACT-Delirium Rule-Based Model This repository hosts the **ENACT Delirium** rule-based NLP model. ## To download the latest release: ```bash git clone https://huggingface.co/OHNLP/ENACT-Delirium cd ENACT-Delirium ``` ## To download a specific version (e.g., v1.0.0): ```bash git clone -b v1.0.0 https://huggingface.co/OHNLP/ENACT-Delirium cd ENACT-Delirium ```