Update README.md
Browse files
README.md
CHANGED
@@ -60,7 +60,13 @@ PATH=$PATH:/<absolute-path>/git-lfs-3.2.0/
|
|
60 |
git lfs install
|
61 |
```
|
62 |
### Download ELM checkpoints
|
63 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
```bash
|
65 |
git lfs pull -I models/elm-1.0_news_classification/ckpt.pt
|
66 |
git lfs pull -I models/elm-1.0_toxicity_detection/ckpt.pt
|
@@ -68,7 +74,7 @@ git lfs pull -I models/elm-1.0_news_content_generation/ckpt.pt
|
|
68 |
git lfs pull -I models/elm-1.0_news_summarization/ckpt.pt
|
69 |
```
|
70 |
|
71 |
-
|
72 |
```bash
|
73 |
git lfs pull -I models/elm-0.75_news_classification/ckpt.pt
|
74 |
git lfs pull -I models/elm-0.75_toxicity_detection/ckpt.pt
|
@@ -76,7 +82,7 @@ git lfs pull -I models/elm-0.75_news_content_generation/ckpt.pt
|
|
76 |
git lfs pull -I models/elm-0.75_news_summarization/ckpt.pt
|
77 |
```
|
78 |
|
79 |
-
|
80 |
```bash
|
81 |
git lfs pull -I models/elm-0.25_news_classification/ckpt.pt
|
82 |
git lfs pull -I models/elm-0.25_toxicity_detection/ckpt.pt
|
|
|
60 |
git lfs install
|
61 |
```
|
62 |
### Download ELM checkpoints
|
63 |
+
|
64 |
+
To download all checkpoints
|
65 |
+
```bash
|
66 |
+
git lfs pull
|
67 |
+
```
|
68 |
+
|
69 |
+
To download elm-1.0 model checkpoints
|
70 |
```bash
|
71 |
git lfs pull -I models/elm-1.0_news_classification/ckpt.pt
|
72 |
git lfs pull -I models/elm-1.0_toxicity_detection/ckpt.pt
|
|
|
74 |
git lfs pull -I models/elm-1.0_news_summarization/ckpt.pt
|
75 |
```
|
76 |
|
77 |
+
To download elm-0.75 model checkpoints
|
78 |
```bash
|
79 |
git lfs pull -I models/elm-0.75_news_classification/ckpt.pt
|
80 |
git lfs pull -I models/elm-0.75_toxicity_detection/ckpt.pt
|
|
|
82 |
git lfs pull -I models/elm-0.75_news_summarization/ckpt.pt
|
83 |
```
|
84 |
|
85 |
+
To download elm-0.25 model checkpoints
|
86 |
```bash
|
87 |
git lfs pull -I models/elm-0.25_news_classification/ckpt.pt
|
88 |
git lfs pull -I models/elm-0.25_toxicity_detection/ckpt.pt
|