Skip to content

Commit

Permalink
Merge branch 'main' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
davebulaval committed Oct 22, 2023
2 parents 2f396dc + fde63ca commit 06adca0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -373,7 +373,7 @@ address_parser.retrain(

### Download Our Models

Here are the URLs to download our pretrained models directly
Deepparse handles model downloads when you use it, but you can also pre-download our model. Here are the URLs to download our pretrained models directly

- [FastText](https://graal.ift.ulaval.ca/public/deepparse/fasttext.ckpt),
- [FastTextAttention](https://graal.ift.ulaval.ca/public/deepparse/fasttext_attention.ckpt),
Expand All @@ -382,7 +382,7 @@ Here are the URLs to download our pretrained models directly
- [FastText Light](https://graal.ift.ulaval.ca/public/deepparse/fasttext.magnitude.gz) (
using [Magnitude Light](https://github.com/davebulaval/magnitude-light)).

Or you can use our cli to download our pretrained models directly using:
Or you can use our CLI to download our pretrained models directly using:

```sh
download_model <model_name>
Expand Down
4 changes: 2 additions & 2 deletions docs/source/get_started/get_started.rst
Expand Up @@ -132,14 +132,14 @@ a complete example.
Download Our Models
*******************

Here are the URLs to download our pretrained models directly
Deepparse handles model downloads when you use it, but you can also pre-download our model. Here are the URLs to download our pretrained models directly
- `FastText <https://graal.ift.ulaval.ca/public/deepparse/fasttext.ckpt>`__,
- `FastTextAttention <https://graal.ift.ulaval.ca/public/deepparse/fasttext_attention.ckpt>`__,
- `BPEmb <https://graal.ift.ulaval.ca/public/deepparse/bpemb.ckpt>`__,
- `BPEmbAttention <https://graal.ift.ulaval.ca/public/deepparse/bpemb_attention.ckpt>`__,
- `FastText Light <https://graal.ift.ulaval.ca/public/deepparse/fasttext.magnitude.gz>`__ (using `Magnitude Light <https://github.com/davebulaval/magnitude-light>`__),.

Or you can use our cli to download our pretrained models directly using:
Or you can use our CLI to download our pretrained models directly using:

.. code-block:: sh
Expand Down

0 comments on commit 06adca0

Please sign in to comment.