Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -21,6 +21,13 @@ T5 Summarisation Using Pytorch Lightning
|
|
21 |
## Usage
|
22 |
|
23 |
To use and run the DVC pipeline install the `t5s` package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
Instructions
|
25 |
------------
|
26 |
1. Clone the repo.
|
|
|
21 |
## Usage
|
22 |
|
23 |
To use and run the DVC pipeline install the `t5s` package
|
24 |
+
|
25 |
+
```shell script
|
26 |
+
pip install t5s
|
27 |
+
```
|
28 |
+
|
29 |
+
|
30 |
+
|
31 |
Instructions
|
32 |
------------
|
33 |
1. Clone the repo.
|