dev-slx commited on
Commit
cf35fb1
1 Parent(s): 8c71677

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -65,8 +65,8 @@ git lfs install
65
  ## How to use: Run ELM on a sample task
66
  ```bash
67
  python run.py <elm-model-directory>
68
- - python run.py models/elm-1.0_news_summarization
69
- - python run.py models/elm-0.75_news_summarization
70
  ```
71
  Prompts for the specific tasks can be found in the corresponding checkpoint directory. See an example below from `models/elm-0.75_news_summarization/example_prompts.json`.
72
  ```json
 
65
  ## How to use: Run ELM on a sample task
66
  ```bash
67
  python run.py <elm-model-directory>
68
+ - python run.py elm-1.0_news_summarization
69
+ - python run.py elm-0.75_news_summarization
70
  ```
71
  Prompts for the specific tasks can be found in the corresponding checkpoint directory. See an example below from `models/elm-0.75_news_summarization/example_prompts.json`.
72
  ```json