Update trainer.py
Browse files- 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="
|
| 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.",
|