Spaces:
Runtime error
Runtime error
back to 2B
Browse files
app.py
CHANGED
|
@@ -13,8 +13,8 @@ import os # Import os library for path joining
|
|
| 13 |
|
| 14 |
|
| 15 |
# --- Configuration ---
|
| 16 |
-
|
| 17 |
-
MODEL_NAME = "google/txgemma-9b-predict"
|
| 18 |
PROMPT_FILENAME = "tdc_prompts.json"
|
| 19 |
MODEL_CACHE = "model_cache" # Optional: define a cache directory
|
| 20 |
# MAX_EXAMPLES is no longer strictly limiting the display, but can be used if needed later
|
|
|
|
| 13 |
|
| 14 |
|
| 15 |
# --- Configuration ---
|
| 16 |
+
MODEL_NAME = "google/txgemma-2b-predict"
|
| 17 |
+
#MODEL_NAME = "google/txgemma-9b-predict"
|
| 18 |
PROMPT_FILENAME = "tdc_prompts.json"
|
| 19 |
MODEL_CACHE = "model_cache" # Optional: define a cache directory
|
| 20 |
# MAX_EXAMPLES is no longer strictly limiting the display, but can be used if needed later
|