Update README.md
Browse files
README.md
CHANGED
@@ -79,25 +79,25 @@ NOTE: Please allow a few minutes for the full download of all model checkpoints.
|
|
79 |
|
80 |
To download elm-1.0 model checkpoints individually
|
81 |
```bash
|
82 |
-
git lfs pull -I
|
83 |
-
git lfs pull -I
|
84 |
-
git lfs pull -I
|
85 |
-
git lfs pull -I
|
86 |
```
|
87 |
|
88 |
To download elm-0.75 model checkpoints individually
|
89 |
```bash
|
90 |
-
git lfs pull -I
|
91 |
-
git lfs pull -I
|
92 |
-
git lfs pull -I
|
93 |
-
git lfs pull -I
|
94 |
```
|
95 |
|
96 |
To download elm-0.25 model checkpoints individually
|
97 |
```bash
|
98 |
-
git lfs pull -I
|
99 |
-
git lfs pull -I
|
100 |
-
git lfs pull -I
|
101 |
```
|
102 |
|
103 |
|
@@ -106,7 +106,7 @@ git lfs pull -I models/elm-0.25_news_content_generation/ckpt.pt
|
|
106 |
## How to use: Run ELM on a sample task (e.g., news classification)
|
107 |
```bash
|
108 |
python run.py <elm-model-directory>
|
109 |
-
E.g. python run.py
|
110 |
```
|
111 |
Prompts for the specific tasks can be found in the corresponding checkpoint directory. See an example below from `models/elm-0.75_news_classification/example_prompts.json`.
|
112 |
```json
|
|
|
79 |
|
80 |
To download elm-1.0 model checkpoints individually
|
81 |
```bash
|
82 |
+
git lfs pull -I elm-1.0_news_classification/ckpt.pt
|
83 |
+
git lfs pull -I elm-1.0_toxicity_detection/ckpt.pt
|
84 |
+
git lfs pull -I elm-1.0_news_content_generation/ckpt.pt
|
85 |
+
git lfs pull -I elm-1.0_news_summarization/ckpt.pt
|
86 |
```
|
87 |
|
88 |
To download elm-0.75 model checkpoints individually
|
89 |
```bash
|
90 |
+
git lfs pull -I elm-0.75_news_classification/ckpt.pt
|
91 |
+
git lfs pull -I elm-0.75_toxicity_detection/ckpt.pt
|
92 |
+
git lfs pull -I elm-0.75_news_content_generation/ckpt.pt
|
93 |
+
git lfs pull -I elm-0.75_news_summarization/ckpt.pt
|
94 |
```
|
95 |
|
96 |
To download elm-0.25 model checkpoints individually
|
97 |
```bash
|
98 |
+
git lfs pull -I elm-0.25_news_classification/ckpt.pt
|
99 |
+
git lfs pull -I elm-0.25_toxicity_detection/ckpt.pt
|
100 |
+
git lfs pull -I elm-0.25_news_content_generation/ckpt.pt
|
101 |
```
|
102 |
|
103 |
|
|
|
106 |
## How to use: Run ELM on a sample task (e.g., news classification)
|
107 |
```bash
|
108 |
python run.py <elm-model-directory>
|
109 |
+
E.g. python run.py elm-0.75_news_classification
|
110 |
```
|
111 |
Prompts for the specific tasks can be found in the corresponding checkpoint directory. See an example below from `models/elm-0.75_news_classification/example_prompts.json`.
|
112 |
```json
|