Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferjiangkells committed Jul 23, 2024
1 parent b67f026 commit 9e8df40
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 @@ -12,7 +12,7 @@ Built with Cogstack's [MedCAT](https://github.com/CogStack/MedCAT) package.
## Installing

### Download the models
MiADE uses MedCAT and Med7 NER, so you will have to download the required models first:
MiADE uses MedCAT and [Med7](https://huggingface.co/kormilitzin/en_core_med7_lg), so you will have to download the required models first:
```bash
pip install https://huggingface.co/kormilitzin/en_core_med7_lg/resolve/main/en_core_med7_lg-any-py3-none-any.whl
python -m spacy download en_core_web_md
Expand Down Expand Up @@ -82,4 +82,4 @@ This project wouldn't be possible without the work at [Cogstack](https://cogstac

## Licence

This project is licensed under the Elastic License 2.0. See [LICENSE](LICENSE) for the full license text.
This project is licensed under the Elastic License 2.0. See [LICENSE](https://github.com/uclh-criu/miade/blob/documentation/LICENCE.md) for the full license text.

0 comments on commit 9e8df40

Please sign in to comment.