Fix spell mistakes (#33149)

This commit is contained in:
Nanami
2024-08-28 22:27:16 +09:00
committed by GitHub
parent 5c84682f16
commit 74e19e81e2
3 changed files with 4 additions and 4 deletions

View File

@@ -30,6 +30,6 @@ python run_summarization_flax.py \
--push_to_hub
```
This should finish in 37min, with validation loss and ROUGE2 score of 1.7785 and 17.01 respectively after 6 epochs. training statistics can be accessed on [tfhub.de](https://tensorboard.dev/experiment/OcPfOIgXRMSJqYB4RdK2tA/#scalars).
This should finish in 37min, with validation loss and ROUGE2 score of 1.7785 and 17.01 respectively after 6 epochs. training statistics can be accessed on [tfhub.dev](https://tensorboard.dev/experiment/OcPfOIgXRMSJqYB4RdK2tA/#scalars).
> Note that here we used default `generate` arguments, using arguments specific for `xsum` dataset should give better ROUGE scores.