Add pipeline tag, library name and Github repo link
#1
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
4 |
|
5 |
## Exploring the Inquiry-Diagnosis Relationship with Advanced Patient Simulators
|
@@ -7,4 +9,6 @@ license: apache-2.0
|
|
7 |
|
8 |
## 🔥 Release News
|
9 |
- `[2025/1/23]` Release [weights](https://huggingface.co/zhaocheng/patient_simulator).
|
10 |
-
- `[2025/1/16]` Release [paper](https://arxiv.org/abs/2501.09484).
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: text-generation
|
5 |
---
|
6 |
|
7 |
## Exploring the Inquiry-Diagnosis Relationship with Advanced Patient Simulators
|
|
|
9 |
|
10 |
## 🔥 Release News
|
11 |
- `[2025/1/23]` Release [weights](https://huggingface.co/zhaocheng/patient_simulator).
|
12 |
+
- `[2025/1/16]` Release [paper](https://arxiv.org/abs/2501.09484).
|
13 |
+
|
14 |
+
Github repository: https://github.com/LIO-H-ZEN/PatientSimulator
|