DDBC-code / scripts /train.sh
abcdxyz052026's picture
Upload folder using huggingface_hub
c3cb90c verified
Raw
History Blame Contribute Delete
353 Bytes
export CUDA_VISIBLE_DEVICES=6 #,1,2,3,4,5,6,7
export PYTHONPATH=/workspace:$PYTHONPATH
python /workspace/main.py\
loader.batch_size=300 \
loader.eval_batch_size=128 \
model=small \
data=spotify \
wandb.name=ddbc-spotify30 \
parameterization=subs \
model.length=152 \
eval.compute_generative_perplexity=False \
sampling.steps=25