Skip to content

Commit 569f104

Browse files
committed
Add detoxification example notebook
1 parent ab9ed19 commit 569f104

File tree

3 files changed

+512
-3
lines changed

3 files changed

+512
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Several example Jupyter notebooks are available.
2424
- Full examples
2525
- [Energy load forecasting](examples/EnergyLoadForecasting.ipynb)[^1]
2626
- [Engine fault detection](examples/EngineFaultDetection.ipynb)[^1]
27+
- Detoxification
28+
- [LLM detoxification using TMaRCo](examples/Detoxify.ipynb)[^2]
29+
2730

2831
### Metrics
2932

@@ -33,4 +36,5 @@ Several example Jupyter notebooks are available.
3336
- [Language performance](examples/LanguageMetrics.ipynb)
3437

3538

36-
[^1]: These explainers require the extra dependencies, installed with `pip install trustyai[extras]`.
39+
[^1]: These explainers require the extra dependencies, installed with `pip install trustyai[extras]`.
40+
[^2]: Detoxification requires the optional dependencies, installed with `pip install trustyai[detoxify]`.

0 commit comments

Comments
 (0)