Commit
•
bc5c6e0
1
Parent(s):
9a1af04
add medical tag
Browse files
README.md
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
<!-- markdownlint-disable first-line-h1 -->
|
2 |
<!-- markdownlint-disable html -->
|
3 |
|
@@ -58,4 +62,4 @@ response = processor.tokenizer.decode(output, skip_special_tokens=True)
|
|
58 |
url={https://arxiv.org/abs/2401.12208},
|
59 |
year={2024}
|
60 |
}
|
61 |
-
```
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- medical
|
4 |
+
---
|
5 |
<!-- markdownlint-disable first-line-h1 -->
|
6 |
<!-- markdownlint-disable html -->
|
7 |
|
|
|
62 |
url={https://arxiv.org/abs/2401.12208},
|
63 |
year={2024}
|
64 |
}
|
65 |
+
```
|