Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jbenjoseph committed May 24, 2022
1 parent 6486b6a commit dac61b9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
daisybell
~~~~~~~~~~

This is a scanner that will scan your AI models for problems. Currently it focuses on bias testing. It is currently pre-alpha.
A scanner that will scan your AI models for problems. Currently it focuses on bias testing. It is currently pre-alpha.


How to Use
Expand All @@ -20,6 +20,13 @@ 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.

::
Expand Down

0 comments on commit dac61b9

Please sign in to comment.