tteofili commited on
Commit
4344d0b
1 Parent(s): 3d4ee6f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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(["tteofili/tci_minus", "tteofili/tci_plus"])
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