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.
24
24
- Full examples
25
25
- [ Energy load forecasting] ( examples/EnergyLoadForecasting.ipynb ) [ ^ 1 ]
26
26
- [ Engine fault detection] ( examples/EngineFaultDetection.ipynb ) [ ^ 1 ]
27
+ - Detoxification
28
+ - [ LLM detoxification using TMaRCo] ( examples/Detoxify.ipynb ) [ ^ 2 ]
29
+
27
30
28
31
### Metrics
29
32
@@ -33,4 +36,5 @@ Several example Jupyter notebooks are available.
33
36
- [ Language performance] ( examples/LanguageMetrics.ipynb )
34
37
35
38
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