Update README.md
Browse files
README.md
CHANGED
@@ -44,7 +44,8 @@ git lfs install
|
|
44 |
## How to use - Run ELM on a sample task
|
45 |
```bash
|
46 |
python run.py <elm-model-directory>
|
47 |
-
|
|
|
48 |
```
|
49 |
Prompts for the specific tasks can be found in the corresponding checkpoint directory. See an example below in the form of `models/elm-0.75_news_summarization/example_prompts.json`.
|
50 |
```json
|
|
|
44 |
## How to use - Run ELM on a sample task
|
45 |
```bash
|
46 |
python run.py <elm-model-directory>
|
47 |
+
- python run.py models/elm-1.0_news_summarization
|
48 |
+
- python run.py models/elm-0.75_news_summarization
|
49 |
```
|
50 |
Prompts for the specific tasks can be found in the corresponding checkpoint directory. See an example below in the form of `models/elm-0.75_news_summarization/example_prompts.json`.
|
51 |
```json
|