-
Notifications
You must be signed in to change notification settings - Fork 17
Pre Trained Models, Environment, Datasets and User Accounts
In Ovation-CI we have included two pre-trained Word2Vec models. These are Word embeddings for English and German. For OSA we have already put all the data in every Machine that you will be assigned. Hence, you will find the pre-trained models in /scratch/OSA/pretrained_models/
directory.
To make things faster, we have already installed all the required packages in a virtual environment in ~/venvs/osa
in a dedicated user in all the machines. You can either use this virtualenv or install the requirements in you own.
You can install all the requirements by using the following scripts
pip install -r <project-root>/requirements.txt
sh setup_packages.sh
Ovation-CI provides APIs for a lot of datasets but there might be some that we added very recently (just before leaving for the event). If you are interested in using these datasets then you can find them along with all the others in /scratch/OSA/datasets/
directory of all the Machines.
Every Machine has a user that will be assigned to the teams. The Machines have an ID that is written on top of the CPU. The users for the machines are mg<ID>
. The passwords will be shared after the machines are assigned.