Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 868 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 868 Bytes

ThoughtSource⚡ Dataset Viewer

You can browse datasets on the hosted version of ThoughtSource Dataset Viewer.

Dataset viewer example

Setup

  1. Clone repository
  2. Install the CoT library pip install -e ./libs/cot, see here
  3. Install streamlit pip install streamlit
  4. Run streamlit run ./apps/dataset-viewer/app.py

Load a local collection json

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.

Explanation of menu options

Source = Original data converted to JSON as faithfully as possible ThoughtSource = Our conversion to the standardized ThoughtSource format