Linhz commited on
Commit
885050c
1 Parent(s): 2c7c2d0

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='E:/demo_datn/pythonProject1/Model/MultimodelNER/VLSP2016/best_model/',
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