Scan AI models for problems
Project description
daisybell
A scanner that will scan your AI models for problems. Currently it focuses on bias testing. It is currently pre-alpha.
How to Use
First install it:
pip install daisybell
Run it in this manner (currently supports models from HuggingFace’s repository):
daisybell --huggingface roberta-base --task fill-mask
The scan can output files for further analysis:
daisybell --huggingface roberta-base --task fill-mask --output results/roberta-base
Here is another example with a different bias task.
daisybell --huggingface cross-encoder/nli-distilroberta-base --task zero-shot-classification
That’s it for now. More will come.
Future Work
More bias tests. More metrics for bias testing based on the research in the field.
Integration with other types of testing (eg. adversarial robustness)
More kinds of models besides HuggingFace models. We are especially interested in MLFlow integration.
Documentation.
Please contribute if you can. Help is always helpful.
License
Apache
Credit
A project of IQT Labs.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for daisybell-0.3.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9322587ce3715bb4a93f341910d7f94fa389b06fbce42426dc21db1ca903c639 |
|
MD5 | ccb7a47071c36e63c8817e144f843e7f |
|
BLAKE2b-256 | 891bccaeaf7dee8e2a5dd0828a80c16561f626e6ebae420db3402373aa95ae61 |