Spaces:
Runtime error
Runtime error
readme updates
Browse files
README.md
CHANGED
@@ -6,6 +6,7 @@ T5 Summarisation Using Pytorch Lightning
|
|
6 |
Instructions
|
7 |
------------
|
8 |
1. Clone the repo.
|
|
|
9 |
1. Run `make dirs` to create the missing parts of the directory structure described below.
|
10 |
1. *Optional:* Run `make virtualenv` to create a python virtual environment. Skip if using conda or some other env manager.
|
11 |
1. Run `source env/bin/activate` to activate the virtualenv.
|
|
|
6 |
Instructions
|
7 |
------------
|
8 |
1. Clone the repo.
|
9 |
+
1. Edit the `params.yml` to change the parameters to train the model.
|
10 |
1. Run `make dirs` to create the missing parts of the directory structure described below.
|
11 |
1. *Optional:* Run `make virtualenv` to create a python virtual environment. Skip if using conda or some other env manager.
|
12 |
1. Run `source env/bin/activate` to activate the virtualenv.
|