Text2Text Generation
Transformers
Safetensors
mt5
Inference Endpoints
lmeribal commited on
Commit
a15b290
1 Parent(s): f402369

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -66,4 +66,16 @@ tokenizer = AutoTokenizer.from_pretrained('s-nlp/mt0-xl-detox-orpo')
66
  return tokenizer.batch_decode(outputs, skip_special_tokens=True)
67
  ```
68
 
 
 
 
 
 
 
 
 
 
 
 
 
69
 
 
66
  return tokenizer.batch_decode(outputs, skip_special_tokens=True)
67
  ```
68
 
69
+ ## Citation
70
+ ```
71
+ @misc{rykov2024smurfcatpan2024textdetox,
72
+ title={SmurfCat at PAN 2024 TextDetox: Alignment of Multilingual Transformers for Text Detoxification},
73
+ author={Elisei Rykov and Konstantin Zaytsev and Ivan Anisimov and Alexandr Voronin},
74
+ year={2024},
75
+ eprint={2407.05449},
76
+ archivePrefix={arXiv},
77
+ primaryClass={cs.CL},
78
+ url={https://arxiv.org/abs/2407.05449},
79
+ }
80
+ ```
81