ai-forever commited on
Commit
42dabc6
1 Parent(s): a03f0c0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ru
4
+ tags:
5
+ - PyTorch
6
+ - Transformers
7
+ thumbnail: "https://github.com/sberbank-ai/ru-dalle"
8
+
9
+ ---
10
+ # ruDALL-E Malevich (XL)
11
+ ## Generate images from text
12
+
13
+ <img style="text-align:center; display:block;" src="https://huggingface.co/sberbank-ai/rudalle-Malevich/resolve/main/dalle-malevich.jpg" width="200">
14
+ * [Technical Report (Russian)](https://habr.ru/)
15
+ * [Demo](https://rudalle.ru)
16
+
17
+ Model was trained by [Sber AI](https://github.com/sberbank-ai) and [SberDevices](https://sberdevices.ru/) teams.
18
+ * Task: `text2image generation`
19
+ * Type: `encoder-decoder`
20
+ * Num Parameters: `1.3 B`
21
+ * Training Data Volume `120 million text-image pairs`
22
+
23
+ ### Model Description
24
+ This is a 1.3 billion parameter model for Russian, recreating OpenAI's [DALL·E](https://openai.com/blog/dall-e/), a model capable of generating arbitrary images from a text prompt that describes the desired result.
25
+
26
+ The generation pipeline includes ruDALL-E, ruCLIP for ranging results, and a superresolution model.
27
+
28
+ ### How to Use
29
+ The easiest way to get familiar with the code and the models is to follow the inference notebook we provide in our [github repo](https://huggingface.co/sberbank-ai/rudalle-Malevich).
30
+