dev-slx commited on
Commit
11d1de1
1 Parent(s): 2a1246d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -28,7 +28,9 @@ pip install -r requirements.txt
28
  ## How to use - Run ELM on a sample task
29
  ```bash
30
  python run.py <elm-model-directory>
31
- E.g. python run.py models/elm-0.75_news_classification
 
 
32
  ```
33
  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_classification/example_prompts.json`.
34
  ```json
 
28
  ## How to use - Run ELM on a sample task
29
  ```bash
30
  python run.py <elm-model-directory>
31
+ - python run.py models/elm-1.0_news_classification
32
+ - python run.py models/elm-0.75_news_classification
33
+ - python run.py models/elm-0.25_news_classification
34
  ```
35
  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_classification/example_prompts.json`.
36
  ```json