Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions jupyter/trustyai/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Supports the use of TrustyAI

Features:

* TMaRCo detoxification from the notebooks ([https://issues.redhat.com/browse/RHOAIENG-12554], [https://issues.redhat.com/browse/RHOAIENG-12195])
* This uses an "expert"/"anti-expert" architecture, which requires running these models locally.
This meant that these dependencies (Pytorch, transformers and datasets) had to be added to the dependencies.
* The use-case benefits from GPU acceleration, so the CUDA-enabled version of Pytorch was chosen.