jaerongahn commited on
Commit
ef2d33e
·
verified ·
1 Parent(s): 060fae7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -8
README.md CHANGED
@@ -1,8 +1,25 @@
1
- ---
2
- license: mit
3
- language:
4
- - en
5
- pipeline_tag: feature-extraction
6
- tags:
7
- - medical
8
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ pipeline_tag: feature-extraction
6
+ tags:
7
+ - medical
8
+ - SDoH
9
+ version: 1.1.0
10
+ ---
11
+
12
+ # MedSDoH (Medical Social Determinants of Health) Rule-Based Model
13
+
14
+ This repository hosts the **MedSDoH** rule-based NLP model.
15
+
16
+ ## To download the latest release:
17
+
18
+ ```bash
19
+ git clone https://huggingface.co/OHNLP/MedSDoH
20
+ ```
21
+ ## To download a specific version (e.g., v1.1.0):
22
+
23
+ ```bash
24
+ git clone -b v1.1.0 https://huggingface.co/OHNLP/MedSDoH
25
+ ```