dev-slx commited on
Commit
197e534
1 Parent(s): e190469

Update README.md

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