Skip to content

Commit

Permalink
Improve compatibility with later version of spaCy (>= 3.0)
Browse files Browse the repository at this point in the history
See [this PR](TimDettmers/spodernet#7) for more detail.
  • Loading branch information
Bluesbreaker45 committed Oct 17, 2022
1 parent 5feb358 commit 6393331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This repo supports Linux and Python installation via Anaconda.

1. Install [PyTorch](https://github.com/pytorch/pytorch) using [Anaconda](https://www.continuum.io/downloads).
2. Install the requirements `pip install -r requirements.txt`
3. Download the default English model used by [spaCy](https://github.com/explosion/spaCy), which is installed in the previous step `python -m spacy download en`
3. Download the default English model used by [spaCy](https://github.com/explosion/spaCy), which is installed in the previous step `python -m spacy download en_core_web_sm`
4. Run the preprocessing script for WN18RR, FB15k-237, YAGO3-10, UMLS, Kinship, and Nations: `sh preprocess.sh`
5. You can now run the model

Expand Down

0 comments on commit 6393331

Please sign in to comment.