How did you create the dataset

#2
by csegalin - opened

Hi, I am trying to create a dataset similar to this
In the files and version I don't see .py or json file
how did you create the dataset ?
thank you for your help

Hi! I took a subset of LSUN-bedroom and I passed the described questions with the Visual-Question answering model BLIP.
I am planning to update the pipeline in Github soon.
Please do not hesitate to ask more questions if anything is not clear enough.
Thanks!
Feliu

Thank you, sorry, I was more referring to how did you create the huggingface dataset using parquet file
did you do it programmatically?

Oh I see.
Once you create the dataset object, you just push it to hub (huggingface):

dataset.push_to_hub('your_user/your_dataset_name', private=False) #if you want it to be public

https://huggingface.co/docs/datasets/v2.2.1/en/access

ah I see, might not work for me then as I am not publishing it here
but thank you for replying

csegalin changed discussion status to closed

Sign up or log in to comment