Update README.md
Browse files
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 |
|