regisss HF staff commited on
Commit
9332301
1 Parent(s): 10d236f

Correct link

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ This enables to specify:
25
  The model is instantiated the same way as in the Transformers library.
26
  The only difference is that there are a few new training arguments specific to HPUs.
27
 
28
- [Here](https://github.com/huggingface/optimum-habana/blob/main/examples/question-answering/run_summarization.py) is a summarization example script to fine-tune a model. You can run it with T5-small with the following command:
29
  ```bash
30
  python run_summarization.py \
31
  --model_name_or_path t5-small \
 
25
  The model is instantiated the same way as in the Transformers library.
26
  The only difference is that there are a few new training arguments specific to HPUs.
27
 
28
+ [Here](https://github.com/huggingface/optimum-habana/blob/main/examples/summarization/run_summarization.py) is a summarization example script to fine-tune a model. You can run it with T5-small with the following command:
29
  ```bash
30
  python run_summarization.py \
31
  --model_name_or_path t5-small \