fiddler-auditor
fiddler-auditor copied to clipboard
Fiddler Auditor is a tool to evaluate language models.
Need to test example notebooks as part of nightlies
I am trying to install fiddler-auditor on my windows system having python version 3.8.10. I tried below command to install the fiddler-auditor. pip install fiddler-auditor==0.0.2 I created a fresh virtual...
Currently auditor supports LLM providers via Langchain. However, we need to support HuggingFace models as well so that users can audit open-source or fine-tuned models as well
Right now there is only one evaluation class which is LLMEval. This class can only evaluate Langchain's LLM objects. I suppose we need to add support for langchain's Chain objects...
External API calls, particularly to open-ai services are being made in unit-tests. Removing this dependency will 1. Allow contributors to run unit-tests with out provinf API keys 2. Reduce cost...