challenging-america-year-pr.../hf_roberta_base_as_in_ireland/config.py

10 lines
185 B
Python

#MODEL = '../MODELS/without_date/checkpoint-395000'
MODEL = 'roberta-base'
BATCH_SIZE = 6
EARLY_STOPPING = 3
WARMUP_STEPS = 10_000
LR=1e-6
NUM_EPOCHS = 20
STEPS_EVAL = 5_000
TEST=False