Skip to content

Commit 9f3d760

Browse files
authored
Update detoxify.md (#211)
1 parent d7c64ea commit 9f3d760

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

info/detoxify.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# TrustyAI-Detoxify
2-
Algorithms and tools for detecting and fixing hate speech, abuse and profanity in content generated by Large Language Models (_LLMs_).
2+
Algorithms and tools for detecting and fixing hate speech, abuse and profanity in content generated by Large Language Models (_LLMs_). The source code is located in the [trustyai.language.detoxify](https://github.com/trustyai-explainability/trustyai-explainability-python/tree/main/src/trustyai/language/detoxify) module.
33

44
## T-MaRCo
55

@@ -42,4 +42,4 @@ reflected = tmarco.reflect([text]) # '["'Stand by me in the way I want stand by
4242

4343
```
4444

45-
T-MaRCo Pretrained models are available under [TrustyAI HuggingFace space](https://huggingface.co/trustyai) at https://huggingface.co/trustyai/gminus and https://huggingface.co/trustyai/gplus.
45+
T-MaRCo Pretrained models are available under [TrustyAI HuggingFace space](https://huggingface.co/trustyai) at https://huggingface.co/trustyai/gminus and https://huggingface.co/trustyai/gplus.

0 commit comments

Comments
 (0)