Correct link
Browse files
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/
|
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 \
|