File tree Expand file tree Collapse file tree 4 files changed +513
-4
lines changed Expand file tree Collapse file tree 4 files changed +513
-4
lines changed Original file line number Diff line number Diff line change 3232 run : pip install jupyter
3333
3434 - name : Install TrustyAI
35- run : pip install trustyai trustyai[extras]
35+ run : pip install trustyai trustyai[extras] trustyai[detoxify]
3636
3737
3838 - name : Install nbconvert
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] ` .
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1- trustyai == 0.4 .0
2- trustyai [extras ]== 0.4 .0
1+ trustyai == 0.5 .0
2+ trustyai [extras ]== 0.5 .0
33jupyterlab ~= 3.5.3
You can’t perform that action at this time.
0 commit comments