Spaces:
Running on Zero
Running on Zero
Updated app
Browse files
app.py
CHANGED
|
@@ -20,8 +20,8 @@ from peft import PeftModel
|
|
| 20 |
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 21 |
|
| 22 |
BASE_MODEL_ID = "meta-llama/Llama-3.2-1B-Instruct"
|
| 23 |
-
STANDARD_ADAPTER_ID = "
|
| 24 |
-
REASONING_ADAPTER_ID = "
|
| 25 |
SONIC_DB_PATH = "./search_tortured_correct.csv"
|
| 26 |
|
| 27 |
SONIC_RESULTS_DIR = "./sonic_text_results"
|
|
|
|
| 20 |
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 21 |
|
| 22 |
BASE_MODEL_ID = "meta-llama/Llama-3.2-1B-Instruct"
|
| 23 |
+
STANDARD_ADAPTER_ID = "skygg/paperlytix_non_reasoning_medical_trained_adapter"
|
| 24 |
+
REASONING_ADAPTER_ID = "skygg/paperlytix_reasoning_medical_trained_adapter"
|
| 25 |
SONIC_DB_PATH = "./search_tortured_correct.csv"
|
| 26 |
|
| 27 |
SONIC_RESULTS_DIR = "./sonic_text_results"
|