Update README.md
Browse files
README.md
CHANGED
@@ -45,7 +45,9 @@ git lfs install
|
|
45 |
## How to use - Run ELM on a sample task
|
46 |
```bash
|
47 |
python run.py <elm-model-directory>
|
48 |
-
|
|
|
|
|
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_content_generation/example_prompts.json`.
|
51 |
```json
|
|
|
45 |
## How to use - Run ELM on a sample task
|
46 |
```bash
|
47 |
python run.py <elm-model-directory>
|
48 |
+
- python run.py models/elm-1.0_news_content_generation
|
49 |
+
- python run.py models/elm-0.75_news_content_generation
|
50 |
+
- python run.py models/elm-0.25_news_content_generation
|
51 |
```
|
52 |
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_content_generation/example_prompts.json`.
|
53 |
```json
|