donut/config-train.yaml
mkozlowskiAzimuthe debc55fc4d stream trainning
2023-03-14 15:48:49 +01:00

22 lines
605 B
YAML

dataset_path: "Zombely/wikisource-yellow"
pretrained_model_path: "Zombely/plwiki-proto-fine-tuned-v3.2"
start_model_path: "Zombely/plwiki-proto-fine-tuned-v3.2"
output_model_path: "Zombely/pl-donut"
wandb_test_name: "wikisource-small"
checkpoint_path: "./checkpoint"
max_length: 768
image_size: [1280, 960]
train_config:
max_epochs: 1
val_check_interval: 1.0
check_val_every_n_epoch: 1
gradient_clip_val: 1.0
num_training_samples_per_epoch: 800
lr: 3.0e-5
train_batch_sizes: [8]
val_batch_sizes: [1]
seed: 2022
num_nodes: 1
warmup_steps: 300
result_path: "./result"
verbose: True