[go: nahoru, domu]

Skip to content

Commit

Permalink
udpated defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
antje committed Oct 23, 2020
1 parent a8aa30e commit cb54517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 10_pipeline/preprocess-scikit-text-to-bert.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,10 @@ def parse_args():
default=0.05,
)
parser.add_argument('--balance-dataset', type=eval,
default=False
default=True
)
parser.add_argument('--max-seq-length', type=int,
default=128,
default=64,
)

return parser.parse_args()
Expand Down

0 comments on commit cb54517

Please sign in to comment.