Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ python run.py <elm-model-directory>
|
|
61 |
- python run.py models/elm-0.75_news_content_generation
|
62 |
- python run.py models/elm-0.25_news_content_generation
|
63 |
```
|
64 |
-
Prompts for the specific tasks can be found in the corresponding checkpoint directory. See an example below
|
65 |
```json
|
66 |
{
|
67 |
"inputs": ["Scientists Invent 'Invisible' Metamaterial With Bonus Reflect Mode"],
|
|
|
61 |
- python run.py models/elm-0.75_news_content_generation
|
62 |
- python run.py models/elm-0.25_news_content_generation
|
63 |
```
|
64 |
+
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`.
|
65 |
```json
|
66 |
{
|
67 |
"inputs": ["Scientists Invent 'Invisible' Metamaterial With Bonus Reflect Mode"],
|