dev-slx commited on
Commit
3f39097
1 Parent(s): 5a447fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -45,7 +45,7 @@ pip install -r requirements.txt
45
 
46
 
47
  ## Download ELM task-specific model checkpoints
48
- ### Install git-lfs
49
  ```bash
50
  sudo apt-get install git-lfs
51
  git lfs install
@@ -92,7 +92,7 @@ git lfs pull -I models/elm-0.25_news_content_generation/ckpt.pt
92
 
93
 
94
 
95
- ## How to use - Run ELM on a sample task (e.g., news classification)
96
  ```bash
97
  python run.py <elm-model-directory>
98
  E.g. python run.py models/elm-0.75_news_classification
 
45
 
46
 
47
  ## Download ELM task-specific model checkpoints
48
+ ### Install git-lfs
49
  ```bash
50
  sudo apt-get install git-lfs
51
  git lfs install
 
92
 
93
 
94
 
95
+ ## How to use: Run ELM on a sample task (e.g., news classification)
96
  ```bash
97
  python run.py <elm-model-directory>
98
  E.g. python run.py models/elm-0.75_news_classification