AGBonnet commited on
Commit
f940616
1 Parent(s): 7ec3cfd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -16
README.md CHANGED
@@ -25,14 +25,12 @@ MediNote-7B is a 7 billion parameters model trained to generate clinical notes f
25
  - **Output:** Clinical notes (text)
26
  - **Repository:** [EPFL-IC-Make-Team/ClinicalNotes](https://github.com/EPFL-IC-Make-Team/ClinicalNotes)
27
  - **Trainer:** [epflLLM/Megatron-LLM](https://github.com/epfLLM/Megatron-LLM)
28
- - **Paper:** *[MediNote: Automatic Clinical Notes]()*
29
 
30
  <p align="center">
31
  <img width=70% src="model_pipeline.pdf" alt="Model pipeline" title="Model pipeline">
32
  </p>
33
 
34
- ###
35
-
36
 
37
  ## Uses
38
 
@@ -41,20 +39,7 @@ MediNote-7B is a 7 billion parameters model trained to generate clinical notes f
41
  It is possible to use this model to generate clinical notes, which is useful for experimentation and understanding its capabilities.
42
  It should not be used directly for production or work that may impact people.
43
 
44
- ### Downstream Use
45
-
46
  ### Out-of-Scope Use
47
 
48
  This model is not yet robust enough for use in a real clinical setting.
49
  We do not recommend using this model for natural language generation in a production environment.
50
-
51
- ### Recommendations
52
-
53
- ## Citation
54
-
55
- **BibTeX:**
56
- If you use MediNote or its training data, please cite our work:
57
-
58
- ```
59
- ADD CITATION
60
- ```
 
25
  - **Output:** Clinical notes (text)
26
  - **Repository:** [EPFL-IC-Make-Team/ClinicalNotes](https://github.com/EPFL-IC-Make-Team/ClinicalNotes)
27
  - **Trainer:** [epflLLM/Megatron-LLM](https://github.com/epfLLM/Megatron-LLM)
28
+ - **Report:** *[MediNote: Automatic Clinical Notes](https://github.com/EPFL-IC-Make-Team/medinote/blob/main/report.pdf)*
29
 
30
  <p align="center">
31
  <img width=70% src="model_pipeline.pdf" alt="Model pipeline" title="Model pipeline">
32
  </p>
33
 
 
 
34
 
35
  ## Uses
36
 
 
39
  It is possible to use this model to generate clinical notes, which is useful for experimentation and understanding its capabilities.
40
  It should not be used directly for production or work that may impact people.
41
 
 
 
42
  ### Out-of-Scope Use
43
 
44
  This model is not yet robust enough for use in a real clinical setting.
45
  We do not recommend using this model for natural language generation in a production environment.