Nivas007 commited on
Commit
99101d2
·
verified ·
1 Parent(s): 19908f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ except ImportError as e:
37
 
38
  # --- Configuration ---
39
  # Use paths relative to this app.py script
40
- NER_MODEL_PATH = Path("./model-best") # Assumes model-best folder is at the repo root
41
  BASE_SUMMARIZATION_MODEL = "csebuetnlp/mT5_multilingual_XLSum"
42
  ADAPTER_PATH = Path("./mt5_finetuned_tamil_summary") # Path to your fine-tuned adapters
43
 
 
37
 
38
  # --- Configuration ---
39
  # Use paths relative to this app.py script
40
+ NER_MODEL_PATH = Path("./training_400") # Assumes model-best folder is at the repo root
41
  BASE_SUMMARIZATION_MODEL = "csebuetnlp/mT5_multilingual_XLSum"
42
  ADAPTER_PATH = Path("./mt5_finetuned_tamil_summary") # Path to your fine-tuned adapters
43