Update Model/MultimodelNER/VLSP2016/train_umt_2016.py
Browse files
Model/MultimodelNER/VLSP2016/train_umt_2016.py
CHANGED
@@ -63,7 +63,7 @@ parser.add_argument("--task_name",
|
|
63 |
|
64 |
help="The name of the task to train.")
|
65 |
parser.add_argument("--output_dir",
|
66 |
-
default='
|
67 |
type=str,
|
68 |
help="The output directory where the model predictions and checkpoints will be written.")
|
69 |
|
|
|
63 |
|
64 |
help="The name of the task to train.")
|
65 |
parser.add_argument("--output_dir",
|
66 |
+
default='/Model/MultimodelNER/VLSP2016/best_model/',
|
67 |
type=str,
|
68 |
help="The output directory where the model predictions and checkpoints will be written.")
|
69 |
|