Hello,
I am attempting to train the T5 model with the command below:
python3 main_allennlp.py train configs/t5_text2sql_sede.jsonnet -s experiments/name_of_experiment --include-package src
However, for some reason, I am getting the issue (as stated on the title as well as the image below). What should I do to get past this issue?
It's noting that I am running this on a WSL (Windows Subsystem for Linux) environment.
Thank you for your help in advance!
