Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 592 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 592 Bytes

flan-t5-base-sumsum

A Dockerized environment to Fine-tune FLAN-T5 for chat & dialogue summarization based on the following excellent blog post.

Be sure you have Docker installed and running.

$ docker --version                                         
Docker version 20.10.21, build baeda1f

To spin up the notebook environment run

$ docker-compose up

And then go to http://127.0.0.1:8888/lab?token=passwd to access the notebook.

Happy hacking !