alps / unitable /configs /main.yaml
yumikimi381's picture
Upload folder using huggingface_hub
daf0288 verified
raw
history blame contribute delete
363 Bytes
defaults:
- _self_
- dataset: mini_pubtabnet
- model: encoderdecoder
- trainer: table
- vocab: html
- override hydra/job_logging: colorlog
- override hydra/hydra_logging: colorlog
hydra:
run:
dir: ../experiments/${name}
sweep:
dir: ../experiments/${name}
job:
name: ${name}
chdir: true
wandb:
project: UniTable
seed: 1234