Spaces:
Runtime error
Runtime error
Gagan Bhatia
commited on
Commit
·
ee5ec15
1
Parent(s):
31ed1b6
Update README.md
Browse files
README.md
CHANGED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
summarization
|
2 |
+
==============================
|
3 |
+
|
4 |
+
T5 Summarisation Using Pytorch Lightning
|
5 |
+
|
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.
|