Spaces:
Runtime error
Runtime error
Gagan Bhatia
commited on
Commit
·
19317c8
1
Parent(s):
d5e7385
Update model.py
Browse files- src/models/model.py +0 -1
src/models/model.py
CHANGED
@@ -327,7 +327,6 @@ class Summarization:
|
|
327 |
learning_rate=learning_rate, adam_epsilon=adam_epsilon, weight_decay=weight_decay
|
328 |
)
|
329 |
|
330 |
-
# tracking_uri="https://dagshub.com/gagan3012/summarization.mlflow")\
|
331 |
|
332 |
WandLogger = WandbLogger(project="summarization-dagshub")
|
333 |
|
|
|
327 |
learning_rate=learning_rate, adam_epsilon=adam_epsilon, weight_decay=weight_decay
|
328 |
)
|
329 |
|
|
|
330 |
|
331 |
WandLogger = WandbLogger(project="summarization-dagshub")
|
332 |
|