File size: 4,128 Bytes
7cd35ec
 
 
 
 
 
 
 
 
fade180
67158dc
eaace90
67158dc
ef61945
67158dc
eaace90
67158dc
 
 
48e03de
67158dc
eaace90
67158dc
4dc33e2
 
 
 
 
 
67158dc
eaace90
67158dc
48e03de
 
 
 
6b9d45c
 
eaace90
98e17db
eaace90
98e17db
eaace90
4d53b21
48e03de
 
 
 
 
4d53b21
 
6b9d45c
67158dc
98e17db
67158dc
eaace90
67158dc
6b9d45c
67158dc
 
 
eaace90
48e03de
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
tags:
- RUDOLPH
- text-image
- decoder
datasets:
- sberquad
---

# RUDOLPH-2.7B (XL)

RUDOLPH: One Hyper-Tasking Transformer Can be Creative as DALL-E and GPT-3 and Smart as CLIP

<img src="https://raw.githubusercontent.com/sberbank-ai/ru-dolph/master/pics/RUDOLPH.png" height="60" border="2"/>

This is a fine-tuned version of the pre-trained [RuDOLPH 2.7B model](https://huggingface.co/sberbank-ai/RuDOLPH-2.7B). Model was trained by [Sber AI](https://github.com/ai-forever) and [AIRI](https://airi.net) teams.

# Model Description

**RU**ssian **D**ecoder **O**n **L**anguage **P**icture **H**yper-tasking (**RUDOLPH**) **2.7B** is the largest text-image-text transformer designed for an easy fine-tuning for a range of tasks: from generating images by text description and image classification to visual question answering and more. This model demonstrates the power of Hyper-tasking Transformers.

*Hyper-tasking means generalized multi-tasking, e.g., the model that can solve almost all tasks within supported modalities (two modalities in case of RUDOLPH: images and Russian texts).*

* Tasks: ` text2image generation, self reranking, text ranking, image ranking, image2text generation, zero-shot image classification, text2text generation, text-qa, math-qa, image captioning, image generation, text-in-the-wild, vqa, and so on`
* Language: ` Russian`
* Type: ` decoder`
* Num Parameters: ` 2.7B`
* Training Data Volume: ` 119 million text-image pairs, 60 million text paragraphs`
* Fine-tuning Data Volume: ` 43 334 text question-answer pairs, 100 000 math tasks, 85 000 text-image pairs (for captioning, generation), 85 759 visual question-answer pairs, 140 000 image-text pairs for text recognition`

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:

* Text QA – [SberQUaD dataset](https://huggingface.co/datasets/sberquad).
* Math QA – [DeepMind Mathematics Dataset](https://github.com/deepmind/mathematics_dataset).
* Image Captioning – [COCO dataset](https://cocodataset.org/#home) (with automated translation).
* Image Generation – [COCO dataset](https://cocodataset.org/#home) (with automated translation).
* VQA – [COCO dataset](https://cocodataset.org/#home) with prepared question set.
* [Text Recognition in the Wild](https://n-ws-f21jf.s3pd02.sbercloud.ru/b-ws-f21jf-ny6/FBC2/titw_dataset.zip) – the dataset consisting of synthetic and real-world human-annotated data for text recognition task.

# Details of architecture

### Parameters

<img src=https://github.com/ai-forever/ru-dolph/blob/master/pics/scheme-rudolph_27B.jpg height="60" border="2"/>

The maximum sequence length that this model may be used with depends on the modality and stands for 384 - 576 - 128 for the left text tokens, image tokens, and right text tokens, respectively.

RUDOLPH 2.7B is a Transformer-based decoder model with the following parameters:

* num\_layers (32) β€” Number of hidden layers in the Transformer decoder.
* hidden\_size (2560) β€” Dimensionality of the hidden layers.
* num\_attention\_heads (32) β€” Number of attention heads for each attention layer.

### Sparse Attention Mask

The primary proposed method is to modify the sparse transformer's attention mask to better control modalities. It allows us to calculate the transitions of modalities in both directions, unlike another similar work DALL-E Transformer, which used only one direction, "text to image". The proposed "image to right text" direction is achieved by extension sparse attention mask to the right for auto-repressively text generation with both image and left text condition.

![rudolph27b_masks.png](https://s3.amazonaws.com/moonup/production/uploads/1663662426135-5f91b1208a61a359f44e1851.png)

# Authors

+ Alex Shonenkov: [Github](https://github.com/shonenkov), [Kaggle GM](https://www.kaggle.com/shonenkov)
+ Liza Goncharova: [Github](https://github.com/lizagonch)
+ Nastya Maltseva: [Github](https://github.com/NastyaMittseva)