astachowicz commited on
Commit
b1a4421
1 Parent(s): 7c4eb89

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ The only difference is that there are a few new training arguments specific to H
24
 
25
  [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 RoBERTa Large with the following command:
26
  ```bash
27
- python run_qa.py \
28
  --model_name_or_path roberta-large \
29
  --gaudi_config_name Habana/roberta-large \
30
  --dataset_name squad \
 
24
 
25
  [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 RoBERTa Large with the following command:
26
  ```bash
27
+ PT_HPU_LAZY_MODE=0 python run_qa.py \
28
  --model_name_or_path roberta-large \
29
  --gaudi_config_name Habana/roberta-large \
30
  --dataset_name squad \