Traceback (most recent call last):
File “/modelo_final.py”, line 320, in
dic = evaluate_model_predictions(modelo, inputDataset, output_dir )
File “/modelo_final.py”, line 232, in evaluate_model_predictions
df_val = preparar_dataframe(path_val)
File “/modelo_final.py”, line 186, in preparar_dataframe
df = json_to_dataframe(json_file)
File “/modelo_final.py”, line 46, in json_to_dataframe
with open(json_file, ‘r’, encoding=‘utf-8’) as file:
FileNotFoundError: [Errno 2] No such file or directory: ‘/tira-data/input/dataset.jsonl’
I believe the dataset is not being automatically downloaded to the folder.
Thanks for your participation in the task!
Could you please invite @thagen and me (our accounts are theMrSheldon and mam10eks) to the github repository with your code? Then we can have a look there.