PiPPy
PiPPy copied to clipboard
Mirror HF summarization example with PiPPy
- Create a branch
hf_example_summarization - Copy summarization dir to hf
- Add files, commit, create a PR(
hf_example_summarization->main) - Create another branch
hf_example_summarization_pippyon top ofhf_example_summarizationand all PiPPy changes there - Look at https://github.com/pytorch/PiPPy/pull/359 especially
examples/hf/translation/run_translation.pyand do the changes inrun_summarization.pyaccordingly - Add
run_summarization.pytest to.github/workflows/ci_tests.yaml(see https://github.com/pytorch/PiPPy/pull/359) - Add files, commit, create another PR(
hf_example_summarization_pippy->hf_example_summarization)
This is a subtask of https://github.com/pytorch/PiPPy/issues/301
please use T5 and BART for summarization