diff --git a/jupyter/trustyai/README.md b/jupyter/trustyai/README.md new file mode 100644 index 0000000000..924d79a8ce --- /dev/null +++ b/jupyter/trustyai/README.md @@ -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.