dev-slx commited on
Commit
765c4a6
1 Parent(s): 8c4eab9

Update README.md

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