pere commited on
Commit
1488195
1 Parent(s): 4c04a56
Files changed (1) hide show
  1. tasks.py +1 -1
tasks.py CHANGED
@@ -198,7 +198,7 @@ seqio.TaskRegistry.add(
198
  functools.partial(
199
  t5.data.preprocessors.parse_tsv,
200
  field_names=["annotator1","annotator2","annotator3","target","source","id"]),
201
- categorise_fulltext_words_preprocessor,
202
  seqio.preprocessors.tokenize_and_append_eos,
203
  ],
204
  metric_fns=[metrics.accuracy,my_metrics.f1_macro],
 
198
  functools.partial(
199
  t5.data.preprocessors.parse_tsv,
200
  field_names=["annotator1","annotator2","annotator3","target","source","id"]),
201
+ categorise_fulltext_word_preprocessor,
202
  seqio.preprocessors.tokenize_and_append_eos,
203
  ],
204
  metric_fns=[metrics.accuracy,my_metrics.f1_macro],