Spaces:
Build error
Build error
File size: 153 Bytes
7f7285f |
1 2 3 4 5 6 7 8 9 10 |
#!/usr/bin/env bash
echo "--input_path --model_name --save_path --reference_path"
python3 run_eval.py \
--max_length 15 \
--min_length 1 \
"$@"
|