I copied and pasted the code given in the README, but was faced with an error. The error comes from the line valid_dataset = valid_dataset.map(preprocess)
valid_dataset = valid_dataset.map(preprocess)
You need to download the file "preprocess.py" in the github repo and import that one into your proyect.
· Sign up or log in to comment