Add pipeline tag (#4)
Browse files- Add pipeline tag (24bfa72672bd5c1af218c3fa6210f67a8e247d0a)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,15 +1,17 @@
|
|
1 |
---
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
-
inference: false
|
4 |
tags:
|
5 |
- medical
|
6 |
- radiology report generation
|
7 |
- medical chatbot
|
8 |
-
|
9 |
-
|
10 |
-
library_name: transformers
|
11 |
---
|
12 |
|
|
|
13 |
<!-- markdownlint-disable first-line-h1 -->
|
14 |
<!-- markdownlint-disable html -->
|
15 |
|
@@ -185,3 +187,4 @@ if __name__ == '__main__':
|
|
185 |
year={2023}
|
186 |
}
|
187 |
```
|
|
|
|
1 |
---
|
2 |
+
datasets:
|
3 |
+
- mimic-cxr
|
4 |
+
library_name: transformers
|
5 |
license: apache-2.0
|
|
|
6 |
tags:
|
7 |
- medical
|
8 |
- radiology report generation
|
9 |
- medical chatbot
|
10 |
+
inference: false
|
11 |
+
pipeline_tag: image-text-to-text
|
|
|
12 |
---
|
13 |
|
14 |
+
```markdown
|
15 |
<!-- markdownlint-disable first-line-h1 -->
|
16 |
<!-- markdownlint-disable html -->
|
17 |
|
|
|
187 |
year={2023}
|
188 |
}
|
189 |
```
|
190 |
+
```
|