row56 commited on
Commit
1619f22
·
verified ·
1 Parent(s): a909fe8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -97,6 +97,7 @@ Additionally, the model achieves high transferability on **i2b2** data (1,118 ad
97
 
98
  ## Repository Structure
99
 
 
100
  ProtoPatient/
101
  ├── proto_model/
102
  │ ├── proto.py
@@ -110,6 +111,7 @@ ProtoPatient/
110
  ├── vocab.txt
111
  ├── README.md
112
  └── .gitattributes
 
113
 
114
 
115
  ## How to Use the Model
 
97
 
98
  ## Repository Structure
99
 
100
+ ```plaintext
101
  ProtoPatient/
102
  ├── proto_model/
103
  │ ├── proto.py
 
111
  ├── vocab.txt
112
  ├── README.md
113
  └── .gitattributes
114
+ ```
115
 
116
 
117
  ## How to Use the Model