You can browse datasets on the hosted version of ThoughtSource Dataset Viewer.
- Clone repository
- Install the CoT library
pip install -e ./libs/cot
, see here - Install streamlit
pip install streamlit
- Run
streamlit run ./apps/dataset-viewer/app.py
When you have a local json that you generated CoTs for, extracted answers, run evaluations, ... you can load it with the dataset-viewer, by setting from_local: true
and local_path
to the path of the json in the config.yml
.
Source = Original data converted to JSON as faithfully as possible ThoughtSource = Our conversion to the standardized ThoughtSource format