Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 496 Bytes

File metadata and controls

10 lines (7 loc) · 496 Bytes

How to Run this Project

  1. Create a directory data/ in the repository root.
  2. Download the wikiHowSep.csv dataset and put it in the data/ folder.
  3. Install the dependencies in requirements.txt.
    • You can install them in either the base Python installation or an environment, just make sure any file you run is executed on the kernel where the dependencies are installed.

T5

To train, evaluate, or run the demo of T5, simply go into the corresponding file and run all cells.