cfahlgren1 / hf-data-explorer

Chrome Extension for exploring Hugging Face datasets 🔎
https://chromewebstore.google.com/detail/hugging-face-datasets-exp/algkmpgdgbindfpddilldlogcbhpkhhd
49 stars 3 forks source link

feat: Visualize Multi Turn Conversations #10

Open cfahlgren1 opened 5 months ago

cfahlgren1 commented 5 months ago

What if we could have a one click to turn

Before

into a view like this

After

image
cfahlgren1 commented 5 months ago

We can leverage the type from the parquet file to figure out if a column needs to have a given custom cell component

We can start with the more popular conversation format. For example, we could have add a custom cell component in AG-Grid for when the type of a column is one of:

This can be designed to be very extensible so others can contribute custom renderers easily.