hku_diffusion_dllm / reference /code /flm /scripts /gen_ppl_owt_flm.sh
Ouzhang's picture
Add files using upload-large-folder tool
3cd1076 verified
Raw
History Blame Contribute Delete
459 Bytes
CKPT_PATH="YOUR_CHECKPOINT_PATH"
STEPS=1024
python -u -m main \
mode=sample_eval \
seed=1 \
model=small \
model.length=1024 \
data=openwebtext-split \
algo=flm \
eval.checkpoint_path=$CKPT_PATH \
loader.batch_size=2 \
loader.eval_batch_size=16 \
sampling.num_sample_batches=1 \
sampling.steps=$STEPS \
algo.double_temb=False \
eval.disable_ema=False \
+wandb.offline=true \