Prerequisites: Anaconda
- Set up conda env from the env.yml file.
- Install english spacy:
python -m spacy download en
To dump the environment: conda env export --no-builds > env.yml
Then, can recreate it somewhere else using: conda env create -f env.yml -n dissertation python=3.9.1
python main.py --config config/dev.json --eval data/processed/fce/json/dev_small.json --train data/processed/fce/json/dev_small.json
Change config and datasets in the run_slurm.sh
file
Submit job: sbatch run_slurm.sh
python processed/beer_advocate/explore_dist.py -input_json original/beer_advocate/annotations.json