Spaces:
Runtime error
Runtime error
File size: 400 Bytes
e489264 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
# Evaluation
python3 run_summarization.py \
--model_name_or_path "razhan/bart-kurd-spell-base" \
--do_eval \
--validation_file data/asosoft_benchmark.csv \
--output_dir /tmp \
--overwrite_output_dir \
--per_device_eval_batch_size=32 \
--predict_with_generate \
--logging_steps="1" \
--max_target_length=1024 \
--max_source_length=1024 \
--report_to="none" |