Spaces:
Running
Running
zhilif
commited on
Commit
·
2dda77c
1
Parent(s):
d8ebaf4
add epoch
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def baseline_load_data(model,version,metrics):
|
|
34 |
"ROUGE Real Authors", "Truth Ratio Real Authors", "Prob. Real Authors",
|
35 |
"ROUGE Real World", "Truth Ratio Real World", "Prob. Real World",
|
36 |
"ROUGE Retain", "Truth Ratio Retain", "Prob. Retain",
|
37 |
-
"ROUGE Forget", "Truth Ratio Forget", "Prob. Forget",
|
38 |
]
|
39 |
#based on the metrics, remove the columns that are not needed
|
40 |
if "ROUGE" not in metrics:
|
|
|
34 |
"ROUGE Real Authors", "Truth Ratio Real Authors", "Prob. Real Authors",
|
35 |
"ROUGE Real World", "Truth Ratio Real World", "Prob. Real World",
|
36 |
"ROUGE Retain", "Truth Ratio Retain", "Prob. Retain",
|
37 |
+
"ROUGE Forget", "Truth Ratio Forget", "Prob. Forget", "Epoch"
|
38 |
]
|
39 |
#based on the metrics, remove the columns that are not needed
|
40 |
if "ROUGE" not in metrics:
|