AGBonnet commited on
Commit
89e45a9
1 Parent(s): 5f1ec4e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -1
README.md CHANGED
@@ -1,3 +1,55 @@
1
  ---
2
- license: mit
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: llama2
3
+ language:
4
+ - en
5
+ datasets:
6
+ - AGBonnet/augmented-clinical-notes
7
+ base_model: epfl-llm/meditron-7b
8
  ---
9
+ <img width=50% src="logo.png" title="logo">
10
+
11
+ # Model Card for MediNote-7B-v1.0
12
+ MediNote is a suite of open-source medical Large Language Models (LLMs) fine-tuned for clinical note generation from the [Meditron](https://arxiv.org/abs/2311.16079) foundation model.
13
+ MediNote-7B is a 7 billion parameters model trained to generate clinical notes from doctor-patient conversations.
14
+
15
+ ## Model Details
16
+
17
+ - **Developed by:** [Antoine Bonnet](https://huggingface.co/AGBonnet) and Paul Boulenger
18
+ - **Model type:** Causal decoder-only transformer language model
19
+ - **Language(s):** English only
20
+ - **Model License:** [LLAMA 2 COMMUNITY LICENSE AGREEMENT](https://huggingface.co/meta-llama/Llama-2-70b/raw/main/LICENSE.txt)
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
36
+
37
+ It is possible to use this model to generate clinical notes, which is useful for experimentation and understanding its capabilities.
38
+ It should not be used directly for production or work that may impact people.
39
+
40
+ ### Downstream Use
41
+
42
+ ### Out-of-Scope Use
43
+
44
+ We do not recommend using this model for natural language generation in a production environment, finetuned or otherwise.
45
+
46
+ ### Recommendations
47
+
48
+ ## Citation
49
+
50
+ **BibTeX:**
51
+ If you use MediNote or its training data, please cite our work:
52
+
53
+ ```
54
+ ADD CITATION
55
+ ```