Spaces:
Runtime error
Runtime error
Gagan Bhatia
commited on
Commit
·
5941304
1
Parent(s):
f68a895
Update model.py
Browse files- src/models/model.py +1 -0
src/models/model.py
CHANGED
@@ -459,3 +459,4 @@ class Summarization:
|
|
459 |
):
|
460 |
metric = load_metric(metrics)
|
461 |
input_text = test_df['input_text']
|
|
|
|
459 |
):
|
460 |
metric = load_metric(metrics)
|
461 |
input_text = test_df['input_text']
|
462 |
+
references = test_df['output_text']
|