astachowicz commited on
Commit
285dcfc
1 Parent(s): 415055e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ It is strongly recommended to train this model doing bf16 mixed-precision traini
25
 
26
  [Here](https://github.com/huggingface/optimum-habana/blob/main/examples/question-answering/run_qa.py) is a question-answering example script to fine-tune a model on SQuAD. You can run it with BERT with the following command:
27
  ```bash
28
- python run_qa.py \
29
  --model_name_or_path bert-base-uncased \
30
  --gaudi_config_name Habana/bert-base-uncased \
31
  --dataset_name squad \
 
25
 
26
  [Here](https://github.com/huggingface/optimum-habana/blob/main/examples/question-answering/run_qa.py) is a question-answering example script to fine-tune a model on SQuAD. You can run it with BERT with the following command:
27
  ```bash
28
+ PT_HPU_LAZY_MODE=0 python run_qa.py \
29
  --model_name_or_path bert-base-uncased \
30
  --gaudi_config_name Habana/bert-base-uncased \
31
  --dataset_name squad \