Skip to content

Commit

Permalink
Updates for hw3
Browse files Browse the repository at this point in the history
  • Loading branch information
angelxuanchang committed Feb 17, 2024
1 parent 4263f78 commit a7eb251
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion hw3.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Set up the virtual environment:

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
pip3 install -r requirements.txt

Note that if you do not change the requirements then after you have
set up the virtual environment `venv` you can simply run the following
Expand Down Expand Up @@ -78,6 +78,12 @@ The default solution will look for the file `seq2seq_E049.pt`
pre-trained model file in the data directory. You do **not**
need to train a model for this homework.

Download the trained pipelines for English and German:
```
python3 -m spacy download en_core_web_sm
python3 -m spacy download de_core_news_sm
```

You can either download the `seq2seq_E049.pt` model file from:

https://drive.google.com/drive/folders/1d-cyNMrHcrxwb60EKDw8TR0_NPsWhe3l?usp=sharing
Expand Down

0 comments on commit a7eb251

Please sign in to comment.