hegelai / prompttools

Open-source tools for prompt testing and experimentation, with support for both LLMs (e.g. OpenAI, LLaMA) and vector databases (e.g. Chroma, Weaviate, LanceDB).
http://prompttools.readthedocs.io
Apache License 2.0
2.65k stars 230 forks source link

Dataset load for benchmarking #75

Open LuvvAggarwal opened 1 year ago

LuvvAggarwal commented 1 year ago

Added a utility for loading dataset from hugging face

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

HashemAlsaket commented 1 year ago

Awesome work @LuvvAggarwal . Could you add an example with the changes added from PR #72 for review?