diff --git a/integrations/huggingface-transformers/tutorials/sparsifying_bert_using_recipes.md b/integrations/huggingface-transformers/tutorials/sparsifying_bert_using_recipes.md index 9f5120d6c13..eda3b4d016f 100644 --- a/integrations/huggingface-transformers/tutorials/sparsifying_bert_using_recipes.md +++ b/integrations/huggingface-transformers/tutorials/sparsifying_bert_using_recipes.md @@ -142,6 +142,7 @@ python transformers/examples/pytorch/question-answering/run_qa.py \ --per_device_eval_batch_size 64 \ --max_seq_length 384 \ --doc_stride 128 \ + --output_dir MODELS_DIR/bert-base-12layers_prune80/eval \ --cache_dir cache \ --preprocessing_num_workers 6 \ --onnx_export_path MODELS_DIR/bert-base-12layers_prune80/onnx \