Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,7 @@ Use the code below to start using the model for text detoxification.
|
|
43 |
```python
|
44 |
from trustyai.detoxify import TMaRCo
|
45 |
tmarco = TMaRCo(expert_weights=[-1, 3])
|
46 |
-
tmarco.load_models(["
|
47 |
tmarco.rephrase(["white men can't jump"])
|
48 |
```
|
49 |
|
|
|
43 |
```python
|
44 |
from trustyai.detoxify import TMaRCo
|
45 |
tmarco = TMaRCo(expert_weights=[-1, 3])
|
46 |
+
tmarco.load_models(["trustyai/tci_minus", "trustyai/tci_plus"])
|
47 |
tmarco.rephrase(["white men can't jump"])
|
48 |
```
|
49 |
|