Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -7,9 +7,10 @@ tags:
7
  - Transformers
8
  ---
9
 
10
- # ruELECTRA large model (cased) for Embeddings in Russian language.
 
 
11
 
12
- About model family https://arxiv.org/abs/2003.10555
13
 
14
  ## Usage (HuggingFace Models Repository)
15
 
@@ -52,4 +53,16 @@ sentence_embeddings = mean_pooling(model_output, encoded_input['attention_mask']
52
  + [SaluteDevices](https://sberdevices.ru/) RnD Team.
53
  + Aleksandr Abramov: [HF profile](https://huggingface.co/Andrilko), [Github](https://github.com/Ab1992ao), [Kaggle Competitions Master](https://www.kaggle.com/andrilko);
54
  + Mark Baushenko: [HF profile](https://huggingface.co/e0xexrazy);
55
- + Artem Snegirev: [HF profile](https://huggingface.co/artemsnegirev)
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  - Transformers
8
  ---
9
 
10
+ # ruELECTRA large model (cased) for Embeddings in the Russian language.
11
+
12
+ 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).
13
 
 
14
 
15
  ## Usage (HuggingFace Models Repository)
16
 
 
53
  + [SaluteDevices](https://sberdevices.ru/) RnD Team.
54
  + Aleksandr Abramov: [HF profile](https://huggingface.co/Andrilko), [Github](https://github.com/Ab1992ao), [Kaggle Competitions Master](https://www.kaggle.com/andrilko);
55
  + Mark Baushenko: [HF profile](https://huggingface.co/e0xexrazy);
56
+ + Artem Snegirev: [HF profile](https://huggingface.co/artemsnegirev)
57
+
58
+ # Cite us
59
+ ```
60
+ @misc{zmitrovich2023family,
61
+ title={A Family of Pretrained Transformer Language Models for Russian},
62
+ 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},
63
+ year={2023},
64
+ eprint={2309.10931},
65
+ archivePrefix={arXiv},
66
+ primaryClass={cs.CL}
67
+ }
68
+ ```