tes-model / params.yaml
c17hawke's picture
config params stage 01 update
896ccbe
raw
history blame contribute delete
338 Bytes
# This contains params to be used by the stages to train or predict
train:
squad_v2: False
model_checkpoint: "distilbert-base-uncased"
batch_size: 16
max_length: 384 # The maximum length of a feature (question and context)
doc_stride: 128
learning_rate: 2e-5
num_train_epochs: 1
weight_decay: 0.01
dataset_name: 'squad'