Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ cd elm-v0.1_news_summarization
|
|
25 |
pip install -r requirements.txt
|
26 |
```
|
27 |
|
28 |
-
## How to use - Run ELM on a sample task
|
29 |
```bash
|
30 |
python run.py <elm-model-directory>
|
31 |
E.g. python run.py models/elm-0.75_news_summarization
|
|
|
25 |
pip install -r requirements.txt
|
26 |
```
|
27 |
|
28 |
+
## How to use - Run ELM on a sample task
|
29 |
```bash
|
30 |
python run.py <elm-model-directory>
|
31 |
E.g. python run.py models/elm-0.75_news_summarization
|