RedReddington1
commited on
Commit
•
b2fbe01
1
Parent(s):
0a87cd7
Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,19 @@ datasets:
|
|
10 |
- bigbio/med_qa
|
11 |
---
|
12 |
|
13 |
-
This adapter was lora-trained using [lit-gpt](https://github.com/Lightning-AI/lit-gpt) for 12,000 steps (approx. 1 epoch) using [Pythia-410M-deduped](https://huggingface.co/EleutherAI/pythia-410m-deduped) model on [Med_qa](https://huggingface.co/datasets/bigbio/med_qa) dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
- bigbio/med_qa
|
11 |
---
|
12 |
|
13 |
+
This adapter was lora-trained using [lit-gpt](https://github.com/Lightning-AI/lit-gpt) for 12,000 steps (approx. 1 epoch) using [Pythia-410M-deduped](https://huggingface.co/EleutherAI/pythia-410m-deduped) model on [Med_qa](https://huggingface.co/datasets/bigbio/med_qa) english dataset.
|
14 |
+
|
15 |
+
## Prompt template:
|
16 |
+
|
17 |
+
```
|
18 |
+
Below is an Question that is a medical problem, paired with an input that provides the answer choices. Write a response that accurately answers the question.
|
19 |
+
|
20 |
+
### Question:
|
21 |
+
[QUESTION]
|
22 |
+
|
23 |
+
### Options:
|
24 |
+
[OPTIONS]
|
25 |
+
|
26 |
+
### Response:
|
27 |
+
```
|
28 |
+
The options is a string like "A. Option 1\nB. Option B\nC. Option C"
|