nielsr HF staff commited on
Commit
365eaf1
·
verified ·
1 Parent(s): 89520a2

Add pipeline tag, library name and Github repo link

Browse files

This PR adds the relevant metadata tags, and adds a link to the Github repository:

- library_name: transformers
- pipeline_tag: text-generation

This ensures the model can be found at https://huggingface.co/models?pipeline_tag=text-generation and that the "how to use" button is shown.

Files changed (1) hide show
  1. README.md +5 -1
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