Not valid input datafile

When I run the following line :

tira-run --dataset pan25-generative-ai-detection-smoke-test-20250428-training --image submission:latest --command ‘. /.venv/bin/activate && python3 modelo_final.py ${inputDataset}/dataset.jsonl ${outputDir}’

neither using this:

tira-run --dataset generative-ai-authorship-verification-panclef-2025/pan25-generative-ai-detection-smoke-test-20250428-training --image submission:latest --command '. /.venv/bin/activate && python3 modelo_final.py ${inputDataset}/dataset.jsonl ${outputDir}

I have the next error :

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 helping :face_holding_back_tears:

Hi @mjimgon,

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.

Best regards,
Maik

I have just invited you as collaborators. I hope you can find anything in there…

Thanks again.

1 Like

Awesome, thanks!

Thank you very much!

I responded to you with a DM

1 Like

Thank you so much for your help!
I’ve uploaded my code following the submission instructions. Hopefully, everything goes smoothly—fingers crossed!

1 Like

Unfortunally, i have a new error :

i have try both, uploading my code and a docker

  1. ‘’‘tira-run --input-dataset generative-ai-authorship-verification-panclef-2025/pan25-generative-ai-detection-smoke-test-20250428-training --image entrega-ba205 --push true’‘’
  2. ‘’‘tira-cli code-submission --path ./ --task generative-ai-authorship-verification-panclef-2025 --dataset pan25-generative-ai-detection-smoke-test-20250428-training’‘’

and after 1 hour (in both cases, and i’ve tried multiple times) i get the following error :

I dont know if my image is too heavy or if i’m doing again something wrong.

Again, sorry to bother. It’s my first time

Thanks,

We are already working on this in a private chat, it looks like the problem are network timeouts :slight_smile: