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

Support for HF models

Open iterix opened this issue 2 years ago • 1 comments

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

iterix avatar May 26 '23 21:05 iterix

FYI, Lanchain supports custom LLMs which may be a workaround. https://python.langchain.com/docs/modules/model_io/models/llms/how_to/custom_llm

crodriguez1a avatar Jul 13 '23 18:07 crodriguez1a