yxc97's picture
Upload folder using huggingface_hub
62a2f1c verified
raw
history blame contribute delete
151 Bytes
#!/bin/bash
out_dir=$1
rseed=2024
ROOT=.
python $ROOT/experiment.py \
--config configs/test_senseflow_39.yaml \
--out_dir ${out_dir} \
--seed=${rseed}