Visualize your dataset with the Bespoke Curator Viewer
IMPORTANT: We recently are retiring our local curator-viewer , now switching to a hosted Bespoke Curator Viewer.
The hosted Bespoke Curator Viewer is a rich interface to visualize data, and makes visually inspecting the data much easier.
Example:
Before your Curator run, set the CURATOR_VIEWER environment variable.
Bash:
export CURATOR_VIEWER=1
Python/colab:
import os
os.environ["CURATOR_VIEWER"]="1"
With this enabled, as curator generates data, it gets uploaded and you can see the responses streaming in the viewer. The URL for the viewer is displayed right next to the rich progress.
Then, run on any Bespoke Curator scripts, here we use examples/poem-generation/poem.py as an example, and
Example Bespoke Curator Rich CLI logs on synthetic poems
The line
contains a clickable link (the following is an example viewer link, the link changes for each new Curator generation run) which opens the hosted Bespoke Curator Viewer in a new browser tab:
Example Bespoke Curator Viewer on synthetic poem topics link
Authenticate with a Bespoke Labs API key
By default, datasets are accessible to anyone with the link. To keep your datasets private, you can associate them with a Bespoke Labs account. Doing so also allows you to: