dev-slx commited on
Commit
2aaf890
·
verified ·
1 Parent(s): ebcf71b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -12
README.md CHANGED
@@ -26,28 +26,27 @@ git lfs install
26
  Download elm-1.0 model checkpoints
27
  ```bash
28
  cd elm-v0.1
29
- git lfs pull models/elm-1.0_news_classification/ckpt.pt
30
- git lfs pull models/elm-1.0_toxicity_detection/ckpt.pt
31
- git lfs pull models/elm-1.0_news_content_generation/ckpt.pt
32
- git lfs pull models/elm-1.0_news_summarization/ckpt.pt
33
  ```
34
 
35
  Download elm-0.75 model checkpoints
36
  ```bash
37
  cd elm-v0.1
38
- git lfs pull models/elm-0.75_news_classification/ckpt.pt
39
- git lfs pull models/elm-0.75_toxicity_detection/ckpt.pt
40
- git lfs pull models/elm-0.75_news_content_generation/ckpt.pt
41
- git lfs pull models/elm-0.75_news_summarization/ckpt.pt
42
  ```
43
 
44
  Download elm-0.25 model checkpoints
45
  ```bash
46
  cd elm-v0.1
47
- git lfs pull models/elm-0.25_news_classification/ckpt.pt
48
- git lfs pull models/elm-0.25_toxicity_detection/ckpt.pt
49
- git lfs pull models/elm-0.25_news_content_generation/ckpt.pt
50
- git lfs pull models/elm-0.25_news_summarization/ckpt.pt
51
  ```
52
 
53
 
 
26
  Download elm-1.0 model checkpoints
27
  ```bash
28
  cd elm-v0.1
29
+ git lfs pull -I models/elm-1.0_news_classification/ckpt.pt
30
+ git lfs pull -I models/elm-1.0_toxicity_detection/ckpt.pt
31
+ git lfs pull -I models/elm-1.0_news_content_generation/ckpt.pt
32
+ git lfs pull -I models/elm-1.0_news_summarization/ckpt.pt
33
  ```
34
 
35
  Download elm-0.75 model checkpoints
36
  ```bash
37
  cd elm-v0.1
38
+ git lfs pull -I models/elm-0.75_news_classification/ckpt.pt
39
+ git lfs pull -I models/elm-0.75_toxicity_detection/ckpt.pt
40
+ git lfs pull -I models/elm-0.75_news_content_generation/ckpt.pt
41
+ git lfs pull -I models/elm-0.75_news_summarization/ckpt.pt
42
  ```
43
 
44
  Download elm-0.25 model checkpoints
45
  ```bash
46
  cd elm-v0.1
47
+ git lfs pull -I models/elm-0.25_news_classification/ckpt.pt
48
+ git lfs pull -I models/elm-0.25_toxicity_detection/ckpt.pt
49
+ git lfs pull -I models/elm-0.25_news_content_generation/ckpt.pt
 
50
  ```
51
 
52