neulab / prompt2model

prompt2model - Generate Deployable Models from Natural Language Instructions
Apache License 2.0
1.96k stars 177 forks source link

is there any generated training dataset? #402

Closed XuanRen4470 closed 2 months ago

XuanRen4470 commented 2 months ago

I can only find the testing and validation dataset. is there a way to find any generated training dataset?

viswavi commented 2 months ago

Hi! If you are using our python CLI, you can find the generated training dataset here. If you are using the IPython notebook, you can find the generated dataset in the cell under "Generate Dataset".

It will be saved to disk if you've already run the pipeline, so you shouldn't need to re-run anything to obtain your dataset.