AGBonnet commited on
Commit
95c2f00
·
verified ·
1 Parent(s): e532983

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -9,7 +9,8 @@ base_model: epfl-llm/llama-2-13b-hf
9
  <img width=20% src="medinote.png" title="logo">
10
 
11
  # Model Card for MediNote-13B-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-13B is a 13 billion parameters model trained to generate clinical notes from doctor-patient conversations.
14
 
15
  ## Model Details
@@ -19,7 +20,7 @@ MediNote-13B is a 13 billion parameters model trained to generate clinical notes
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
 
9
  <img width=20% src="medinote.png" title="logo">
10
 
11
  # Model Card for MediNote-13B-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
+
14
  MediNote-13B is a 13 billion parameters model trained to generate clinical notes from doctor-patient conversations.
15
 
16
  ## Model Details
 
20
  - **Language(s):** English only
21
  - **Model License:** [LLAMA 2 COMMUNITY LICENSE AGREEMENT](https://huggingface.co/meta-llama/Llama-2-70b/raw/main/LICENSE.txt)
22
  - **Code License:** [MIT](https://opensource.org/license/mit/)
23
+ - **Fine-tuned from model:** [Llama-2-13B](https://huggingface.co/meta-llama/Llama-2-13b-hf) with continued pre-training on PubMed Central (MediTron-13B equivalent)
24
  - **Context length:** 2K tokens
25
  - **Input:** Text-only data
26
  - **Output:** Model generates text only