- Setup the environment with "requirements.txt"
- Download the preprocessed data from data
- Run the JointI model with
python main.py --model_type bert --model_name_or_path bert-base-uncased --output_dir your output folder --evaluate_during_training --do_train --overwrite_output_dir --model JointI
- You can change other settings according to the instruction in the main file.