Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import random
|
|
6 |
import re
|
7 |
|
8 |
# Load model and tokenizer
|
9 |
-
model_name = "
|
10 |
|
11 |
SYSTEM_PROMPT = """
|
12 |
You are a medical expert. Answer the medical question with careful analysis and explain why the selected option is correct in 200 words without repeating.
|
|
|
6 |
import re
|
7 |
|
8 |
# Load model and tokenizer
|
9 |
+
model_name = "abaryan/BioXP-0.5B-MedMCQA"
|
10 |
|
11 |
SYSTEM_PROMPT = """
|
12 |
You are a medical expert. Answer the medical question with careful analysis and explain why the selected option is correct in 200 words without repeating.
|