chaoyan commited on
Commit
759cd11
·
1 Parent(s): 212a4c6

Update arg

Browse files
Files changed (1) hide show
  1. run_mlm_local.py +2 -1
run_mlm_local.py CHANGED
@@ -1,3 +1,4 @@
 
1
  import os
2
  import logging
3
  import sys
@@ -31,7 +32,7 @@ class ScriptArguments:
31
  """
32
  Arguments which aren't included in the TrainingArguments
33
  """
34
- resume_from_checkpoint: str = field()
35
  dataset_id: str = field(
36
  default=None, metadata={"help": "The repository id of the dataset to use (via the datasets library)."}
37
  )
 
1
+ from email.policy import default
2
  import os
3
  import logging
4
  import sys
 
32
  """
33
  Arguments which aren't included in the TrainingArguments
34
  """
35
+ resume_from_checkpoint: str = field(default=None)
36
  dataset_id: str = field(
37
  default=None, metadata={"help": "The repository id of the dataset to use (via the datasets library)."}
38
  )