Spaces:
Runtime error
Runtime error
fixes
Browse files- src/models/model.py +2 -1
src/models/model.py
CHANGED
@@ -328,7 +328,8 @@ class Summarization:
|
|
328 |
)
|
329 |
|
330 |
MLlogger = MLFlowLogger(experiment_name="Summarization",
|
331 |
-
tracking_uri="https://dagshub.com/gagan3012/summarization.mlflow"
|
|
|
332 |
|
333 |
# WandLogger = WandbLogger(project="summarization-dagshub")
|
334 |
|
|
|
328 |
)
|
329 |
|
330 |
MLlogger = MLFlowLogger(experiment_name="Summarization",
|
331 |
+
tracking_uri="https://dagshub.com/gagan3012/summarization.mlflow",
|
332 |
+
save_dir='reports/training_metrics.txt')
|
333 |
|
334 |
# WandLogger = WandbLogger(project="summarization-dagshub")
|
335 |
|