Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 622 Bytes

File metadata and controls

20 lines (15 loc) · 622 Bytes

Set up python environment (requirements will be generated)

  1. Set up basic byt5 / t5 hugging face models (done in byt5.py)

  2. Run STS-b eval (done in the evaluate_stsb.py) the simplest eval

  3. Get the sentEval repo set up and added to python path (the repo is already nested inside this repo, just cd and pip install)

cd SentEval
pip install -e .
pip install nltk scikit-learn
  1. Download the datasets for SentEval using:
cd data/downstream
bash get_transfer_data.bash
  1. Run the sentEval_tests.py - see the args for more info on running them