adding new rows to existing datasets

#10
by ale-volpe - opened

Is it possible to add new rows to an existing dataset?

Hugging Face Sheets org
โ€ข
edited 3 days ago

If the app has generated the column, you can extend it easily by dragging and filling.

You can't automatically extend a column from an external file because no model is behind it.
But you can manually add content to new cells by clicking on them.

Feel free to share your use case, I'd be happy to help!

Thank you so much for the reply! I have a small dataset created manually (just a hundred rows) and I'm interested in augmenting it with more similar rows.

Hugging Face Sheets org

Okay, yeah, I see. This is a potentially prevalent use case, and adding the capability to extend a static column would be nice. Let's see if other community members support this idea!

Hugging Face Sheets org

Thanks for sharing your use case, @ale-volpe .

Currently, it is not possible to create new content based on existing data by dragging the columns. But one thing that you can do is to create a dataset with one single column and copy-paste your existing data as part of the user instructions (depending on your data, you must select a model/provider with more context capacity).

Then, the value generation will create new records based on your original data.

I've extended the fka/awesome-chatgpt-prompts dataset using this approach. You can check it here, and the user instructions here

Sign up or log in to comment