AGBonnet commited on
Commit
0d05cae
1 Parent(s): 3862f74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -21,15 +21,19 @@ MediNote-7B is a 7 billion parameters model trained to generate clinical notes f
21
  - **Code License:** [MIT](https://opensource.org/license/mit/)
22
  - **Fine-tuned from model:** [Meditron-7B.v1.0](https://huggingface.co/epfl-llm/meditron-7b)
23
  - **Context length:** 2K tokens
24
- - **Input:** Text-only data
25
- - **Output:** Model generates text only
26
-
27
- ### Model Sources
28
-
29
  - **Repository:** [EPFL-IC-Make-Team/ClinicalNotes](https://github.com/EPFL-IC-Make-Team/ClinicalNotes)
30
  - **Trainer:** [epflLLM/Megatron-LLM](https://github.com/epfLLM/Megatron-LLM)
31
  - **Paper:** *[MediNote: Automatic Clinical Notes]()*
32
 
 
 
 
 
 
 
 
33
  ## Uses
34
 
35
  ### Direct Use
 
21
  - **Code License:** [MIT](https://opensource.org/license/mit/)
22
  - **Fine-tuned from model:** [Meditron-7B.v1.0](https://huggingface.co/epfl-llm/meditron-7b)
23
  - **Context length:** 2K tokens
24
+ - **Input:** Patient-doctor conversation transcripts (text)
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" alt="Model pipeline" title="Model pipeline">
32
+ </p>
33
+
34
+ ###
35
+
36
+
37
  ## Uses
38
 
39
  ### Direct Use