Commit
•
124d37a
1
Parent(s):
dd3fb2e
add medical tag (#3)
Browse files- add medical tag (7bfd5041ad00daeeddc8181e4a873f1cc1a03a8a)
Co-authored-by: Daniel van Strien <[email protected]>
README.md
CHANGED
@@ -15,8 +15,10 @@ inference:
|
|
15 |
top_k: 41
|
16 |
max_new_tokens: 15
|
17 |
repetition_penalty: 1.176
|
|
|
|
|
18 |
---
|
19 |
A further fine-tuned version of Locutusque/gpt2-large-conversational on MedText and pubmed_qa
|
20 |
|
21 |
# Evaluation
|
22 |
-
This model was evaluated using GPT-3.5, and it was asked medical questions. It achieved an average accuracy of 80%.
|
|
|
15 |
top_k: 41
|
16 |
max_new_tokens: 15
|
17 |
repetition_penalty: 1.176
|
18 |
+
tags:
|
19 |
+
- medical
|
20 |
---
|
21 |
A further fine-tuned version of Locutusque/gpt2-large-conversational on MedText and pubmed_qa
|
22 |
|
23 |
# Evaluation
|
24 |
+
This model was evaluated using GPT-3.5, and it was asked medical questions. It achieved an average accuracy of 80%.
|