Update README.md
Browse files
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 |
-
|
|
|
|
|
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
|