Skip to content

Commit

Permalink
Merge pull request #26 from rnckp/main
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
tsterbak committed Jul 27, 2023
2 parents c34bb72 + 1ac61fa commit 010339a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ detection_res = bias_detector.process(
# see a summary of the detection
detection_res.report()

# lauch the dashboard visualize the counterfactual scores
# launch the dashboard visualize the counterfactual scores
detection_res.dashboard(num_keywords=10)
```

Expand All @@ -64,7 +64,7 @@ Example output:
![](resources/biaslyze-demo-box-plot.gif)


See more detailed examples in the [tutorial](tutorials/tutorial-toxic-comments/).
See more detailed examples in the [tutorial](https://biaslyze.org/tutorials/tutorial-toxic-comments/).


## Development setup
Expand Down Expand Up @@ -96,7 +96,7 @@ For linting we are running ruff: `make lint`

## Contributing

Follow the google style guide for python: https://google.github.io/styleguide/pyguide.html
Follow the Google style guide for Python: https://google.github.io/styleguide/pyguide.html

This project uses black, isort and ruff to enforce style. Apply it by running `make style` and `make lint`.

Expand Down

0 comments on commit 010339a

Please sign in to comment.