ai-forever vmkhlv commited on
Commit
2214448
1 Parent(s): d64244b

Update README.md (#4)

Browse files

- Update README.md (c0e2ea7f121f2bb55534341b66e067ff71ad770c)


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

Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -8,10 +8,25 @@ thumbnail: "https://github.com/sberbank-ai/ru-gpts"
8
  ---
9
 
10
  # rugpt3small\_based\_on\_gpt2
11
- Model was trained with sequence length 1024 using transformers by [SberDevices](https://sberdevices.ru/) team on 80B tokens around 3 epoch. After that model was finetuned on 2048 context.
 
 
12
 
13
  Total training time took around one week on 32 GPUs.
14
 
15
  # Authors
16
  + NLP core team RnD [Telegram channel](https://t.me/nlpcoreteam):
17
  + Dmitry Zmitrovich
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  # rugpt3small\_based\_on\_gpt2
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 pretrained with sequence length 1024 using transformers by the [SberDevices](https://sberdevices.ru/) team on 80B tokens around 3 epochs. After that, the model was finetuned with the context size of 2048.
14
 
15
  Total training time took around one week on 32 GPUs.
16
 
17
  # Authors
18
  + NLP core team RnD [Telegram channel](https://t.me/nlpcoreteam):
19
  + Dmitry Zmitrovich
20
+
21
+
22
+ # Cite us
23
+ ```
24
+ @misc{zmitrovich2023family,
25
+ title={A Family of Pretrained Transformer Language Models for Russian},
26
+ 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},
27
+ year={2023},
28
+ eprint={2309.10931},
29
+ archivePrefix={arXiv},
30
+ primaryClass={cs.CL}
31
+ }
32
+ ```