Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## RusEnQA
|
2 |
+
|
3 |
+
QA for Russian and Englisha based on the [rugpt3xl](https://huggingface.co/sberbank-ai/rugpt3xl) model
|
4 |
+
|
5 |
+
|
6 |
+
|
7 |
+
### About ruGPT-3 XL model
|
8 |
+
Model was trained with 512 sequence length using Deepspeed and Megatron code by SberDevices team, on 80B tokens dataset for 4 epochs. After that model was finetuned 1 epoch with sequence length 2048.
|
9 |
+
Note! Model has sparse attention blocks.
|
10 |
+
|
11 |
+
Total training time was around 10 days on 256 GPUs.
|
12 |
+
Final perplexity on test set is 12.05. Model parameters: 1.3B.
|