fiddler-auditor icon indicating copy to clipboard operation
fiddler-auditor copied to clipboard

Fiddler Auditor is a tool to evaluate language models.

Results 15 fiddler-auditor issues
Sort by recently updated
recently updated
newest added

Need to test example notebooks as part of nightlies

good first issue
help wanted

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

enhancement

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...

enhancement