This is an visualization interface for exploring the WildChat-1M dataset, a dataset with real ChatGPT conversations.
WildChat-1M dataset from AllenAI: https://huggingface.co/datasets/allenai/WildChat-1M
- Filter by language on the side bar
- Filter by model on the side bar
- View conversation text by double clicking
Run all these commands in your terminal
pip install streamlit pandas pyarrow datasets
python scripts/download_dataset.py
python -m streamlit run interface.py