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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -8
README.md CHANGED
@@ -68,14 +68,28 @@ tokenizer = AutoTokenizer.from_pretrained('s-nlp/mt0-xl-detox-orpo')
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
 
 
68
 
69
  ## Citation
70
  ```
71
+ @inproceedings{smurfcat_at_pan,
72
+ author = {Elisei Rykov and
73
+ Konstantin Zaytsev and
74
+ Ivan Anisimov and
75
+ Alexandr Voronin},
76
+ editor = {Guglielmo Faggioli and
77
+ Nicola Ferro and
78
+ Petra Galusc{\'{a}}kov{\'{a}} and
79
+ Alba Garc{\'{\i}}a Seco de Herrera},
80
+ title = {SmurfCat at {PAN} 2024 TextDetox: Alignment of Multilingual Transformers
81
+ for Text Detoxification},
82
+ booktitle = {Working Notes of the Conference and Labs of the Evaluation Forum {(CLEF}
83
+ 2024), Grenoble, France, 9-12 September, 2024},
84
+ series = {{CEUR} Workshop Proceedings},
85
+ volume = {3740},
86
+ pages = {2866--2871},
87
+ publisher = {CEUR-WS.org},
88
+ year = {2024},
89
+ url = {https://ceur-ws.org/Vol-3740/paper-276.pdf},
90
+ timestamp = {Wed, 21 Aug 2024 22:46:00 +0200},
91
+ biburl = {https://dblp.org/rec/conf/clef/RykovZAV24.bib},
92
+ bibsource = {dblp computer science bibliography, https://dblp.org}
93
  }
94
  ```
95