Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# Instruction Tuning Large Language Models to Understand Electronic Health Records
|
@@ -85,5 +92,4 @@ If you utilize this work in your research or projects, please consider citing us
|
|
85 |
year={2024},
|
86 |
url={https://openreview.net/forum?id=Dgy5WVgPd2}
|
87 |
}
|
88 |
-
```
|
89 |
-
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- lmsys/vicuna-7b-v1.5
|
7 |
+
pipeline_tag: question-answering
|
8 |
+
tags:
|
9 |
+
- medical
|
10 |
---
|
11 |
|
12 |
# Instruction Tuning Large Language Models to Understand Electronic Health Records
|
|
|
92 |
year={2024},
|
93 |
url={https://openreview.net/forum?id=Dgy5WVgPd2}
|
94 |
}
|
95 |
+
```
|
|