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