sberbank-ai
commited on
Commit
•
fc11dd7
1
Parent(s):
c9bafea
Update README.md
Browse files
README.md
CHANGED
@@ -10,15 +10,15 @@ Architecture based on T5.
|
|
10 |
|
11 |
It has 24 layers and 1536 hidden size. More details in config.json.
|
12 |
|
13 |
-
|
14 |
|
15 |
-
It trained on Russian language corpus (300GB).
|
16 |
|
17 |
Bbpe tokenizer. 50257 + special tokens 107. Prefix tokens: '\<LM\>', '\<SC1>',.. '\<SC6>'
|
18 |
|
19 |
-
First half of the time model trained on the small part of all datasets (1%,3GB) and without prefixes in each
|
20 |
|
21 |
-
For RSG we trained as described in the T5 paper. First, we trained multitask for all tasks. Then we took the best checkpoint for the task and trained it further.
|
22 |
RSG submit here https://russiansuperglue.com/login/submit_info/1936
|
23 |
|
24 |
Total training time was around 45 days on 112 A100 GPUs.
|
|
|
10 |
|
11 |
It has 24 layers and 1536 hidden size. More details in config.json.
|
12 |
|
13 |
+
The model trained on a mixture of 7 denoisers like UL2 with several differences (https://arxiv.org/abs/2205.05131).
|
14 |
|
15 |
+
It was trained on Russian language corpus (300GB). The dataset is the same as for ruT5 models.
|
16 |
|
17 |
Bbpe tokenizer. 50257 + special tokens 107. Prefix tokens: '\<LM\>', '\<SC1>',.. '\<SC6>'
|
18 |
|
19 |
+
First half of the time model trained on the small part of all datasets (1%,3GB) and without prefixes in each task.
|
20 |
|
21 |
+
For RSG, we trained as described in the T5 paper. First, we trained multitask for all tasks. Then we took the best checkpoint for the task and trained it further.
|
22 |
RSG submit here https://russiansuperglue.com/login/submit_info/1936
|
23 |
|
24 |
Total training time was around 45 days on 112 A100 GPUs.
|