Update README.md
Browse files
README.md
CHANGED
@@ -97,7 +97,7 @@ git lfs pull -I models/elm-0.25_news_content_generation/ckpt.pt
|
|
97 |
python run.py <elm-model-directory>
|
98 |
E.g. python run.py models/elm-0.75_news_classification
|
99 |
```
|
100 |
-
Prompts for the specific tasks can be found in the corresponding checkpoint directory. See an example below
|
101 |
```json
|
102 |
{
|
103 |
"inputs": ["GM May Close Plant in Europe DETROIT (Reuters) - General Motors Corp. <A HREF=\"http://www.investor.reuters.com/FullQuote.aspx?ticker=GM.N target=/stocks/quickinfo/fullquote\">GM.N</A> will likely cut some jobs in Europe and may close a plant there as part of a restructuring plan under development to try to return the region to profitability, the U.S. automaker said on Wednesday."],
|
|
|
97 |
python run.py <elm-model-directory>
|
98 |
E.g. python run.py models/elm-0.75_news_classification
|
99 |
```
|
100 |
+
Prompts for the specific tasks can be found in the corresponding checkpoint directory. See an example below from `models/elm-0.75_news_classification/example_prompts.json`.
|
101 |
```json
|
102 |
{
|
103 |
"inputs": ["GM May Close Plant in Europe DETROIT (Reuters) - General Motors Corp. <A HREF=\"http://www.investor.reuters.com/FullQuote.aspx?ticker=GM.N target=/stocks/quickinfo/fullquote\">GM.N</A> will likely cut some jobs in Europe and may close a plant there as part of a restructuring plan under development to try to return the region to profitability, the U.S. automaker said on Wednesday."],
|