ai-forever vmkhlv commited on
Commit
05f37a2
1 Parent(s): 5b54640

Update README.md (#5)

Browse files

- Update README.md (b8b3e1b0055459c140e0690466b80d528eb69b25)


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

Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -12,14 +12,28 @@ license: apache-2.0
12
  ---
13
 
14
  # ruBert-base
15
- Model was trained by [SberDevices](https://sberdevices.ru/) team.
 
 
16
  * Task: `mask filling`
17
  * Type: `encoder`
18
- * Tokenizer: `bpe`
19
  * Dict size: `120 138`
20
  * Num Parameters: `178 M`
21
  * Training Data Volume `30 GB`
22
 
23
  # Authors
24
  + NLP core team RnD [Telegram channel](https://t.me/nlpcoreteam):
25
- + Dmitry Zmitrovich
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  # ruBert-base
15
+ 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).
16
+
17
+ The model is pretrained by the [SberDevices](https://sberdevices.ru/) team.
18
  * Task: `mask filling`
19
  * Type: `encoder`
20
+ * Tokenizer: `BPE`
21
  * Dict size: `120 138`
22
  * Num Parameters: `178 M`
23
  * Training Data Volume `30 GB`
24
 
25
  # Authors
26
  + NLP core team RnD [Telegram channel](https://t.me/nlpcoreteam):
27
+ + Dmitry Zmitrovich
28
+
29
+ # Cite us
30
+ ```
31
+ @misc{zmitrovich2023family,
32
+ title={A Family of Pretrained Transformer Language Models for Russian},
33
+ 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},
34
+ year={2023},
35
+ eprint={2309.10931},
36
+ archivePrefix={arXiv},
37
+ primaryClass={cs.CL}
38
+ }
39
+ ```