Text Generation
ELM
English
dev-slx commited on
Commit
70f7348
1 Parent(s): 18959e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -45,7 +45,9 @@ git lfs install
45
  ## How to use - Run ELM on a sample task
46
  ```bash
47
  python run.py <elm-model-directory>
48
- E.g. python run.py models/elm-0.75_news_content_generation
 
 
49
  ```
50
  Prompts for the specific tasks can be found in the corresponding checkpoint directory. See an example below in the form of `models/elm-0.75_news_content_generation/example_prompts.json`.
51
  ```json
 
45
  ## How to use - Run ELM on a sample task
46
  ```bash
47
  python run.py <elm-model-directory>
48
+ - python run.py models/elm-1.0_news_content_generation
49
+ - python run.py models/elm-0.75_news_content_generation
50
+ - python run.py models/elm-0.25_news_content_generation
51
  ```
52
  Prompts for the specific tasks can be found in the corresponding checkpoint directory. See an example below in the form of `models/elm-0.75_news_content_generation/example_prompts.json`.
53
  ```json