Hello. We have run into a problem when testing the integration of our dataset to TIRA.
The command we ran is based on the given tutorial:
tira-run --output-directory ${PWD}/dataset-tira --image luckycoincidence --allow-network true --command ‘/irds_cli.sh --ir_datasets_id processed_data --output_dataset_path $outputDir’
The name of the image is luckycoincidence, and the dataset is processed_data.jsonl. Considering these, we are confused on why the command results in the error:
ValueError: Could not load the dataset processed_dataset. Does it exist?
It clearly exists, yet the error persists. Are we perhaps missing some keywords?