sberbank-ai
commited on
Commit
•
193ff03
1
Parent(s):
6994d4e
Update README.md
Browse files
README.md
CHANGED
@@ -31,12 +31,12 @@ This is a fine-tuned version of the pre-trained [RUDOLPH 2.7B model](https://hug
|
|
31 |
|
32 |
The model was prepared as a baseline for FusionBrain Challenge 2.0 (as a part of AI Journey Contest 2022) and is a fine-tuned version of the pre-trained [RuDOLPH 2.7B model](https://huggingface.co/sberbank-ai/RUDOLPH-2.7B) using 6 tasks:
|
33 |
|
34 |
-
* Text QA
|
35 |
-
* Math QA
|
36 |
-
* Image Captioning
|
37 |
-
* Image Generation
|
38 |
-
* VQA
|
39 |
-
* Text Recognition in the Wild
|
40 |
|
41 |
# Details of architecture
|
42 |
|
|
|
31 |
|
32 |
The model was prepared as a baseline for FusionBrain Challenge 2.0 (as a part of AI Journey Contest 2022) and is a fine-tuned version of the pre-trained [RuDOLPH 2.7B model](https://huggingface.co/sberbank-ai/RUDOLPH-2.7B) using 6 tasks:
|
33 |
|
34 |
+
* Text QA: on [SberQUaD dataset](https://huggingface.co/datasets/sberquad).
|
35 |
+
* Math QA: on [DeepMind Mathematics Dataset](https://github.com/deepmind/mathematics_dataset).
|
36 |
+
* Image Captioning: on [COCO dataset](https://cocodataset.org/#home) translated into Russian (MT).
|
37 |
+
* Image Generation: on [COCO dataset](https://cocodataset.org/#home) translated into Russian (MT).
|
38 |
+
* VQA: on [COCO dataset](https://cocodataset.org/#home) with prepared question set.
|
39 |
+
* Text Recognition in the Wild: on [START](https://n-ws-f21jf.s3pd02.sbercloud.ru/b-ws-f21jf-ny6/FBC2/titw_dataset.zip) dataset (**S**yn**T**hesized and **A**nnotated dataset for **T**ext **R**ecognition) consisting of synthetic and real-world human-annotated data for text recognition task.
|
40 |
|
41 |
# Details of architecture
|
42 |
|