jaerongahn commited on
Commit
54703d6
·
verified ·
1 Parent(s): 6110ab2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
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
- ## Download
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