Skip to content

Commit

Permalink
Update README.md (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
markhakansson authored Oct 21, 2020
1 parent e0a7df1 commit a19d37e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ nlp = spacy.load("/path/to/model")
```
# (Maintainers) Creating a release
This is a guide for those who want to push new model releases to this repository.
1. After training and saving the model, check that the `meta.json` is correct otherwise update it with name etc.
2. Make a PR with the model and place it in this repository inside `models/`
1. After training and saving the model, check that the `meta.json` is correct otherwise update it with the correct information.
2. Make a PR with the model's metadata `meta.json` and place it in this repository inside `meta/`
3. To create a release package run
```
python -m spacy package /path/to/your/trained/model /path/to/store/release
Expand Down

0 comments on commit a19d37e

Please sign in to comment.