ai-forever vmkhlv commited on
Commit
fee9b35
1 Parent(s): 3c15d2e

Update README.md (#3)

Browse files

- Update README.md (77d0979955a5bdc7f3d0a26b830157b313990e56)


Co-authored-by: Vladislav Mikhailov <vmkhlv@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +16 -2
README.md CHANGED
@@ -8,7 +8,9 @@ thumbnail: "https://github.com/sberbank-ai/model-zoo"
8
 
9
  ---
10
  # ruT5-large
11
- Model was trained by [SberDevices](https://sberdevices.ru/).
 
 
12
  * Task: `text2text generation`
13
  * Type: `encoder-decoder`
14
  * Tokenizer: `bpe`
@@ -18,4 +20,16 @@ Model was trained by [SberDevices](https://sberdevices.ru/).
18
 
19
  # Authors
20
  + NLP core team RnD [Telegram channel](https://t.me/nlpcoreteam):
21
- + Dmitry Zmitrovich
 
 
 
 
 
 
 
 
 
 
 
 
8
 
9
  ---
10
  # ruT5-large
11
+ The model architecture design, pretraining, and evaluation are documented in our preprint: [**A Family of Pretrained Transformer Language Models for Russian**](https://arxiv.org/abs/2309.10931).
12
+
13
+ The model was trained by the [SberDevices](https://sberdevices.ru/).
14
  * Task: `text2text generation`
15
  * Type: `encoder-decoder`
16
  * Tokenizer: `bpe`
20
 
21
  # Authors
22
  + NLP core team RnD [Telegram channel](https://t.me/nlpcoreteam):
23
+ + Dmitry Zmitrovich
24
+
25
+ # Cite us
26
+ ```
27
+ @misc{zmitrovich2023family,
28
+ title={A Family of Pretrained Transformer Language Models for Russian},
29
+ author={Dmitry Zmitrovich and Alexander Abramov and Andrey Kalmykov and Maria Tikhonova and Ekaterina Taktasheva and Danil Astafurov and Mark Baushenko and Artem Snegirev and Tatiana Shavrina and Sergey Markov and Vladislav Mikhailov and Alena Fenogenova},
30
+ year={2023},
31
+ eprint={2309.10931},
32
+ archivePrefix={arXiv},
33
+ primaryClass={cs.CL}
34
+ }
35
+ ```