uartimcs commited on
Commit
71e61c1
·
verified ·
1 Parent(s): 537dfc9

Delete config/train_zhtrainticket.yaml

Browse files
Files changed (1) hide show
  1. config/train_zhtrainticket.yaml +0 -22
config/train_zhtrainticket.yaml DELETED
@@ -1,22 +0,0 @@
1
- resume_from_checkpoint_path: null
2
- result_path: "./result"
3
- pretrained_model_name_or_path: "naver-clova-ix/donut-base"
4
- dataset_name_or_paths: ["./dataset/zhtrainticket"] # should be prepared from https://github.com/beacandler/EATEN
5
- sort_json_key: True
6
- train_batch_sizes: [8]
7
- val_batch_sizes: [1]
8
- input_size: [960, 1280]
9
- max_length: 256
10
- align_long_axis: False
11
- num_nodes: 1
12
- seed: 2022
13
- lr: 3e-5
14
- warmup_steps: 300
15
- num_training_samples_per_epoch: 1368
16
- max_epochs: 10
17
- max_steps: -1
18
- num_workers: 8
19
- val_check_interval: 1.0
20
- check_val_every_n_epoch: 1
21
- gradient_clip_val: 1.0
22
- verbose: True