Update README.md
Browse files
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
|
67 |
-
- python run.py
|
68 |
-
- python run.py
|
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
|