dev-slx commited on
Commit
b49ed9f
1 Parent(s): 07fe3ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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 models/elm-1.0_news_classification
70
- - python run.py models/elm-0.75_news_classification
71
- - python run.py models/elm-0.25_news_classification
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_classification/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_classification
70
+ - python run.py elm-0.75_news_classification
71
+ - python run.py elm-0.25_news_classification
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_classification/example_prompts.json`.
74
  ```json