mojitocup commited on
Commit
e5395d2
·
verified ·
1 Parent(s): 2fc9a1f

Update trainer.py

Browse files
Files changed (1) hide show
  1. trainer.py +1 -1
trainer.py CHANGED
@@ -323,7 +323,7 @@ def parse_args(input_args=None):
323
  parser.add_argument(
324
  "--token_abstraction",
325
  type=str,
326
- default="TOK",
327
  help="identifier specifying the instance(or instances) as used in instance_prompt, validation prompt, "
328
  "captions - e.g. TOK. To use multiple identifiers, please specify them in a comma seperated string - e.g. "
329
  "'TOK,TOK2,TOK3' etc.",
 
323
  parser.add_argument(
324
  "--token_abstraction",
325
  type=str,
326
+ default="EDUGAEV",
327
  help="identifier specifying the instance(or instances) as used in instance_prompt, validation prompt, "
328
  "captions - e.g. TOK. To use multiple identifiers, please specify them in a comma seperated string - e.g. "
329
  "'TOK,TOK2,TOK3' etc.",