updates to scripts
Browse files- tasks.py +1 -1
- tasks_v4.py +1 -1
tasks.py
CHANGED
@@ -59,7 +59,7 @@ seqio.TaskRegistry.add(
|
|
59 |
sentencefix_preprocessor,
|
60 |
seqio.preprocessors.tokenize_and_append_eos,
|
61 |
],
|
62 |
-
metric_fns=[metrics.bleu],
|
63 |
output_features=DEFAULT_OUTPUT_FEATURES,
|
64 |
)
|
65 |
|
|
|
59 |
sentencefix_preprocessor,
|
60 |
seqio.preprocessors.tokenize_and_append_eos,
|
61 |
],
|
62 |
+
#metric_fns=[metrics.bleu],
|
63 |
output_features=DEFAULT_OUTPUT_FEATURES,
|
64 |
)
|
65 |
|
tasks_v4.py
CHANGED
@@ -59,7 +59,7 @@ seqio.TaskRegistry.add(
|
|
59 |
sentencefix_preprocessor,
|
60 |
seqio.preprocessors.tokenize_and_append_eos,
|
61 |
],
|
62 |
-
metric_fns=[metrics.bleu],
|
63 |
output_features=DEFAULT_OUTPUT_FEATURES,
|
64 |
)
|
65 |
|
|
|
59 |
sentencefix_preprocessor,
|
60 |
seqio.preprocessors.tokenize_and_append_eos,
|
61 |
],
|
62 |
+
#metric_fns=[metrics.bleu],
|
63 |
output_features=DEFAULT_OUTPUT_FEATURES,
|
64 |
)
|
65 |
|