Muthukamalan's picture
Upload folder using huggingface_hub
c7d0edb verified
raw
history blame
202 Bytes
schema: '2.0'
stages:
fastrun:
cmd: make fastrun
pull:
cmd: dvc pull
train:
cmd: make train
eval:
cmd: make eval
inference:
cmd: make inference
test:
cmd: make test