Update README.md
Browse files
README.md
CHANGED
@@ -99,7 +99,7 @@ Feel free to design and test your prompts and to share your thoughts with us, wh
|
|
99 |
## Reproducing MedQA Performance with vLLM
|
100 |
|
101 |
Here is an example code for fast model evaluation in MedQA using vLLM. To adapt this code for other datasets like MedMCQA or MMLU, simply modify the instructions and update the dataset paths as needed.
|
102 |
-
```
|
103 |
import re
|
104 |
from datasets import load_dataset
|
105 |
from vllm import LLM, SamplingParams
|
@@ -187,7 +187,7 @@ Please note that the scores in MMLU-Medical were calculated based on the average
|
|
187 |
## Reference
|
188 |
|
189 |
Please see the information below to cite our paper.
|
190 |
-
```
|
191 |
@article{kim2024small,
|
192 |
title={Small language models learn enhanced reasoning skills from medical textbooks},
|
193 |
author={Kim, Hyunjae and Hwang, Hyeon and Lee, Jiwoo and Park, Sihyeon and Kim, Dain and Lee, Taewhoo and Yoon, Chanwoong and Sohn, Jiwoong and Choi, Donghee and Kang, Jaewoo},
|
|
|
99 |
## Reproducing MedQA Performance with vLLM
|
100 |
|
101 |
Here is an example code for fast model evaluation in MedQA using vLLM. To adapt this code for other datasets like MedMCQA or MMLU, simply modify the instructions and update the dataset paths as needed.
|
102 |
+
```python
|
103 |
import re
|
104 |
from datasets import load_dataset
|
105 |
from vllm import LLM, SamplingParams
|
|
|
187 |
## Reference
|
188 |
|
189 |
Please see the information below to cite our paper.
|
190 |
+
```bibtex
|
191 |
@article{kim2024small,
|
192 |
title={Small language models learn enhanced reasoning skills from medical textbooks},
|
193 |
author={Kim, Hyunjae and Hwang, Hyeon and Lee, Jiwoo and Park, Sihyeon and Kim, Dain and Lee, Taewhoo and Yoon, Chanwoong and Sohn, Jiwoong and Choi, Donghee and Kang, Jaewoo},
|