cchristophe commited on
Commit
cbda390
1 Parent(s): 0b9cc1b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -11,14 +11,14 @@ pipeline_tag: text-generation
11
  inference: false
12
  license_name: llama3
13
  ---
14
- # **Med42-v2 - Clinical Large Language Models**
15
  Med42-v2 is a suite of open-access clinical large language models (LLM) instruct and preference-tuned by M42 to expand access to medical knowledge. Built off LLaMA-3 and comprising either 8 or 70 billion parameters, these generative AI system provide high-quality answers to medical questions.
16
 
17
  ## Key performance metrics:
18
 
19
  - Med42-v2-70B outperforms GPT-4.0 in most of the MCQA tasks.
20
  - Med42-v2-70B achieves a MedQA zero-shot performance of 79.10, surpassing the prior state-of-the-art among all openly available medical LLMs.
21
- - Med42-v2-70B sit at the top of the Clinical Elo Rating Leaderboard.
22
 
23
  |Models|Elo Score|
24
  |:---:|:---:|
@@ -195,12 +195,16 @@ Please report any software "bug" or other problems through one of the following
195
  - M42’s privacy policy available at [https://m42.ae/privacy-policy/](https://m42.ae/privacy-policy/)
196
  - Reporting violations of the Acceptable Use Policy or unlicensed uses of Med42: <med42@m42.ae>
197
 
 
 
 
 
198
  ## Citation
199
  ```
200
- @article{christophe2023med42,
201
- title={Med42v2},
202
- author={Christophe, Cl{\'e}ment and Hayat, Nasir and Kanithi, Praveen and Al-Mahrooqi, Ahmed and Munjal, Prateek and Pimentel, Marco and Raha, Tathagata and Rajan, Ronnie and Khan, Shadab},
203
  journal={M42},
204
- year={2023}
205
  }
206
  ```
 
11
  inference: false
12
  license_name: llama3
13
  ---
14
+ # **Med42-v2 - A Suite of Clinically-aligned Large Language Models**
15
  Med42-v2 is a suite of open-access clinical large language models (LLM) instruct and preference-tuned by M42 to expand access to medical knowledge. Built off LLaMA-3 and comprising either 8 or 70 billion parameters, these generative AI system provide high-quality answers to medical questions.
16
 
17
  ## Key performance metrics:
18
 
19
  - Med42-v2-70B outperforms GPT-4.0 in most of the MCQA tasks.
20
  - Med42-v2-70B achieves a MedQA zero-shot performance of 79.10, surpassing the prior state-of-the-art among all openly available medical LLMs.
21
+ - Med42-v2-70B sits at the top of the Clinical Elo Rating Leaderboard.
22
 
23
  |Models|Elo Score|
24
  |:---:|:---:|
 
195
  - M42’s privacy policy available at [https://m42.ae/privacy-policy/](https://m42.ae/privacy-policy/)
196
  - Reporting violations of the Acceptable Use Policy or unlicensed uses of Med42: <med42@m42.ae>
197
 
198
+ ## Acknowledgements
199
+
200
+
201
+
202
  ## Citation
203
  ```
204
+ @article{christophe2024med42,
205
+ title={Med42-v2 - A Suite of Clinically-aligned Large Language Models},
206
+ author={Christophe, Cl{\'e}ment and Raha, Tathagata and Hayat, Nasir and Kanithi, Praveen and Al-Mahrooqi, Ahmed and Munjal, Prateek and Saadi, Nada and Javed, Hamza and Salman, Umar and Pimentel, Marco and Rajan, Ronnie and Khan, Shadab},
207
  journal={M42},
208
+ year={2024}
209
  }
210
  ```