From 60c1629b544e264c2569e85ccea4ffd07e788776 Mon Sep 17 00:00:00 2001 From: Annaverh <72256607+Annaverh@users.noreply.github.com> Date: Wed, 6 Mar 2024 16:13:16 +0100 Subject: [PATCH] Small typo in run_pos.py --- scripts/training/run_pos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/training/run_pos.py b/scripts/training/run_pos.py index c6dcb0b..d9aaaff 100644 --- a/scripts/training/run_pos.py +++ b/scripts/training/run_pos.py @@ -326,7 +326,7 @@ def main(): # Set seed set_seed(training_args.seed) - # Prepare NER task + # Prepare POS task labels = UPOS_LABELS label_map: Dict[int, str] = {i: label for i, label in enumerate(labels)}