Skip to content

set up two envs and use two versions of wikipedia2vec

AKhatun requested to merge set-up-2-envs into main

zhwiki and fywiki Unicode errors were resolved by using wikipedia2vec==2.0.0, but it gave rise to IndexError for several other languages that had run successfully before. To make the script work for all languages the following changes were made:

  1. Revert back to having 2 envs: conda-analytics with python3.10 and venv with python3.7
  2. conda has w2v==2.0.0 installed and will be used to run w2v in zhwiki and fywiki
  3. venv has w2v==1.0.5 installed (as before) and is used to run w2v for the rest of the models

All models now run successfully.

Edited by AKhatun

Merge request reports