Spaces:
Runtime error
Runtime error
Gagan Bhatia
commited on
Commit
·
5787075
1
Parent(s):
dda2ec1
Update model.py
Browse files- src/models/model.py +1 -0
src/models/model.py
CHANGED
|
@@ -456,3 +456,4 @@ class Summarization:
|
|
| 456 |
self,
|
| 457 |
test_df: pd.DataFrame,
|
| 458 |
metrics: str = "rouge"
|
|
|
|
|
|
| 456 |
self,
|
| 457 |
test_df: pd.DataFrame,
|
| 458 |
metrics: str = "rouge"
|
| 459 |
+
):
|