Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ python run_summarization.py \
|
|
41 |
--ignore_pad_token_for_loss False \
|
42 |
--pad_to_max_length \
|
43 |
--save_strategy epoch \
|
44 |
-
--throughput_warmup_steps
|
45 |
```
|
46 |
|
47 |
Check the [documentation](https://huggingface.co/docs/optimum/habana/index) out for more advanced usage and examples.
|
|
|
41 |
--ignore_pad_token_for_loss False \
|
42 |
--pad_to_max_length \
|
43 |
--save_strategy epoch \
|
44 |
+
--throughput_warmup_steps 3
|
45 |
```
|
46 |
|
47 |
Check the [documentation](https://huggingface.co/docs/optimum/habana/index) out for more advanced usage and examples.
|