keras-io
keras-io copied to clipboard
New Code Example: Training T5 on abstractive summarization using Hugging Face Transformers
This code example shows how to fine-tune T5 on the abstraction summarization task using Hugging Face Transformers. Additionally, it also shows best practices for Hugging Face Datasets.
Hi @fchollet,
This is part of my GSoC 2022 contribution. Hope you can review it and comment!
Thank You so much!
Hi @fchollet ,
Thank You for the comments. I have made some changes to the evaluation metric and optimizer, please let me know if this suits well to needs!
I pushed some copyedits, please pull them first. You can now add the generated files. Sorry for the delay!
Hi @fchollet ,
Done adding the files! Thank You again for the time!