dev-slx commited on
Commit
727d5db
1 Parent(s): ee1e5f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -69,7 +69,7 @@ git lfs pull
69
  NOTE: Please allow a few minutes for the full download of all model checkpoints.
70
  ```
71
 
72
- To download elm-1.0 model checkpoints
73
  ```bash
74
  git lfs pull -I models/elm-1.0_news_classification/ckpt.pt
75
  git lfs pull -I models/elm-1.0_toxicity_detection/ckpt.pt
@@ -77,7 +77,7 @@ git lfs pull -I models/elm-1.0_news_content_generation/ckpt.pt
77
  git lfs pull -I models/elm-1.0_news_summarization/ckpt.pt
78
  ```
79
 
80
- To download elm-0.75 model checkpoints
81
  ```bash
82
  git lfs pull -I models/elm-0.75_news_classification/ckpt.pt
83
  git lfs pull -I models/elm-0.75_toxicity_detection/ckpt.pt
@@ -85,7 +85,7 @@ git lfs pull -I models/elm-0.75_news_content_generation/ckpt.pt
85
  git lfs pull -I models/elm-0.75_news_summarization/ckpt.pt
86
  ```
87
 
88
- To download elm-0.25 model checkpoints
89
  ```bash
90
  git lfs pull -I models/elm-0.25_news_classification/ckpt.pt
91
  git lfs pull -I models/elm-0.25_toxicity_detection/ckpt.pt
 
69
  NOTE: Please allow a few minutes for the full download of all model checkpoints.
70
  ```
71
 
72
+ To download elm-1.0 model checkpoints individually
73
  ```bash
74
  git lfs pull -I models/elm-1.0_news_classification/ckpt.pt
75
  git lfs pull -I models/elm-1.0_toxicity_detection/ckpt.pt
 
77
  git lfs pull -I models/elm-1.0_news_summarization/ckpt.pt
78
  ```
79
 
80
+ To download elm-0.75 model checkpoints individually
81
  ```bash
82
  git lfs pull -I models/elm-0.75_news_classification/ckpt.pt
83
  git lfs pull -I models/elm-0.75_toxicity_detection/ckpt.pt
 
85
  git lfs pull -I models/elm-0.75_news_summarization/ckpt.pt
86
  ```
87
 
88
+ To download elm-0.25 model checkpoints individually
89
  ```bash
90
  git lfs pull -I models/elm-0.25_news_classification/ckpt.pt
91
  git lfs pull -I models/elm-0.25_toxicity_detection/ckpt.pt