stanford-crfm / helm

Holistic Evaluation of Language Models (HELM), a framework to increase the transparency of language models (https://arxiv.org/abs/2211.09110). This framework is also used to evaluate text-to-image models in Holistic Evaluation of Text-to-Image Models (HEIM) (https://arxiv.org/abs/2311.04287).
https://crfm.stanford.edu/helm
Apache License 2.0
1.87k stars 243 forks source link

Add Python API tutorial in the form of a Python notebook #1704

Open yifanmai opened 1 year ago

yifanmai commented 1 year ago

A executable Python notebook (e.g. Colab) would be a good demonstration of the Python API and its internals. Levanter and DSP both have good notebooks.

Things to document:

yifanmai commented 1 year ago

Noting that the API needs to be improved; the current one is not great for notebooks to begin with.