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 32
32
run : pip install jupyter
33
33
34
34
- name : Install TrustyAI
35
- run : pip install trustyai trustyai[extras]
35
+ run : pip install trustyai trustyai[extras] trustyai[detoxify]
36
36
37
37
38
38
- name : Install nbconvert
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] ` .
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
3
3
jupyterlab ~= 3.5.3
You can’t perform that action at this time.
0 commit comments