Update README.md
Browse files
README.md
CHANGED
@@ -65,8 +65,8 @@ git lfs install
|
|
65 |
## How to use: Run ELM on a sample task
|
66 |
```bash
|
67 |
python run.py <elm-model-directory>
|
68 |
-
- python run.py
|
69 |
-
- python run.py
|
70 |
```
|
71 |
Prompts for the specific tasks can be found in the corresponding checkpoint directory. See an example below from `models/elm-0.75_news_summarization/example_prompts.json`.
|
72 |
```json
|
|
|
65 |
## How to use: Run ELM on a sample task
|
66 |
```bash
|
67 |
python run.py <elm-model-directory>
|
68 |
+
- python run.py elm-1.0_news_summarization
|
69 |
+
- python run.py elm-0.75_news_summarization
|
70 |
```
|
71 |
Prompts for the specific tasks can be found in the corresponding checkpoint directory. See an example below from `models/elm-0.75_news_summarization/example_prompts.json`.
|
72 |
```json
|