Skip to content

Commit

Permalink
Update README.md (#399)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md
  • Loading branch information
StellaAthena authored Aug 31, 2021
1 parent 069f856 commit 81f7730
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ We currently offer four main functions:
1. `train.py` is used for training and finetuning models.
2. `evaluate.py` is used to evaluate a trained model using the evaluation harness.
3. `generate.py` is used to sample text from a trained model.
4. `distill.py` is used to distill a trained model into another model.

For now, run `./deepy.py train.py -d configs small.yml local_configs.yml` to begin training a model and complete this tutorial.

Expand Down Expand Up @@ -227,8 +226,7 @@ To evaluate a trained model on the evaluation harness, use `./deepy.py evaluate.

## Distilling

[WIP]

Coming soon! Check out the `distill-gpt-neox` branch to try distilling a model.

## Monitoring

Expand Down

0 comments on commit 81f7730

Please sign in to comment.