File tree Expand file tree Collapse file tree 3 files changed +512
-3
lines changed Expand file tree Collapse file tree 3 files changed +512
-3
lines changed Original file line number Diff line number Diff 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] ` .
You can’t perform that action at this time.
0 commit comments