Resolved merge conflict in README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Clinical Report Generator
|
2 |
|
3 |
This Hugging Face Space provides a clinical report generation service using a fine-tuned T5 model. The model has been trained on a dataset of clinical documents to generate professional, structured clinical reports from input notes.
|
@@ -40,6 +53,3 @@ The interface includes example inputs to demonstrate the model's capabilities. T
|
|
40 |
- The model is designed for generating clinical reports only
|
41 |
- Input should be clear and contain relevant clinical information
|
42 |
- Generated reports should be reviewed by healthcare professionals
|
43 |
-
|
44 |
-
## SDK Version
|
45 |
-
sdk_version: 4.12.0
|
|
|
1 |
+
---
|
2 |
+
title: Clinical Report Generator
|
3 |
+
emoji: 🏥
|
4 |
+
colorFrom: purple
|
5 |
+
colorTo: blue
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.12.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: mit
|
11 |
+
short_description: Professional Clinical Report Generation using T5
|
12 |
+
---
|
13 |
+
|
14 |
# Clinical Report Generator
|
15 |
|
16 |
This Hugging Face Space provides a clinical report generation service using a fine-tuned T5 model. The model has been trained on a dataset of clinical documents to generate professional, structured clinical reports from input notes.
|
|
|
53 |
- The model is designed for generating clinical reports only
|
54 |
- Input should be clear and contain relevant clinical information
|
55 |
- Generated reports should be reviewed by healthcare professionals
|
|
|
|
|
|