Update README.md
Browse files
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 [
|
|
|
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:** [
|
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
|