zeno-ml / zeno-build

Build, evaluate, understand, and fix LLM-based apps
MIT License
484 stars 33 forks source link

Add tutorial for Zeno Build #166

Closed neubig closed 1 year ago

neubig commented 1 year ago

Description

This PR adds simple examples about how to get started with Zeno Build in the form of Jupyter notebooks.

Specifically, it covers:

  1. Visualization
  2. Inference
  3. Text generation

In implementing this, I also had to modify the generate_text code because it had gotten out of date compared to the stuff used to generate chat responses.

Blocked by