Update README.md
Browse files
README.md
CHANGED
|
@@ -14,10 +14,17 @@ version: 1.0.0
|
|
| 14 |
|
| 15 |
This repository hosts the **ENACT Delirium** rule-based NLP model.
|
| 16 |
|
| 17 |
-
##
|
| 18 |
|
| 19 |
```bash
|
| 20 |
git clone https://huggingface.co/OHNLP/ENACT-Delirium
|
| 21 |
cd ENACT-Delirium
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
|
|
|
|
| 14 |
|
| 15 |
This repository hosts the **ENACT Delirium** rule-based NLP model.
|
| 16 |
|
| 17 |
+
## To download the latest release:
|
| 18 |
|
| 19 |
```bash
|
| 20 |
git clone https://huggingface.co/OHNLP/ENACT-Delirium
|
| 21 |
cd ENACT-Delirium
|
| 22 |
+
```
|
| 23 |
+
## To download a specific version (e.g., v1.0.0):
|
| 24 |
+
|
| 25 |
+
```bash
|
| 26 |
+
git clone -b v1.0.0 https://huggingface.co/OHNLP/ENACT-Delirium
|
| 27 |
+
cd ENACT-Delirium
|
| 28 |
+
```
|
| 29 |
|
| 30 |
|