Hi there,
I am using double dashes… i think something went wrong when i copy and paste from the terminal.
python run_summarization.py \
–model_name_or_path t5-small
–dataset_name=cnn_dailymail
–dataset_config “3.0.0”
–source_prefix "summarize: "
–apply_quantization
–apply_pruning
–target_sparsity 0.1
–num_train_epochs 4
–max_train_samples 100
–do_train
–do_eval
–verify_loading
–predict_with_generate
–per_device_train_batch_size=4
–per_device_eval_batch_size=4
–output_dir /tmp/test_summarization