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