Submission format

I created submission.zip using %aicrowd notebook submit.
This archive contains 4 ipynb-files:

install.ipynb
original_notebook.ipynb
predict.ipynb
train.ipynb

Should I put all the code in these notebooks? Can I add some py-files in this archive?

Hi @agent,

These notebooks are created by taking sections under the headings in the starter kit such as Setup AIcrowd Utilities, Training Phase, Prediction phase.

You need to put code in the starter-kit under the respective sections and then create these notebooks using the %aicrowd notebook submit command.

It will be ideal to add the code directly into the notebook but yeah you can still addpy files in the zip directory.

Regards
Ayush

1 Like

I ran the starter kit getting-started-notebook-for-language-classification.ipynb. It created submission.zip which contained 4 aforementioned notebooks, but install.ipynb is empty, the content of train.ipynb and predict.ipynb is the same as original_notebook.ipynb.

Is this the expected behavior?