dev-slx commited on
Commit
fc12618
1 Parent(s): d9d94e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -44,7 +44,8 @@ git lfs install
44
  ## How to use - Run ELM on a sample task
45
  ```bash
46
  python run.py <elm-model-directory>
47
- E.g. python run.py models/elm-0.75_news_summarization
 
48
  ```
49
  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_summarization/example_prompts.json`.
50
  ```json
 
44
  ## How to use - Run ELM on a sample task
45
  ```bash
46
  python run.py <elm-model-directory>
47
+ - python run.py models/elm-1.0_news_summarization
48
+ - python run.py models/elm-0.75_news_summarization
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_summarization/example_prompts.json`.
51
  ```json