ai-forever
commited on
Commit
路
c76e5c2
1
Parent(s):
e1a93ce
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- ru
|
|
|
4 |
pipeline_tag: text-to-image
|
5 |
tags:
|
6 |
- PyTorch
|
@@ -20,12 +21,13 @@ Model was trained by [Sber AI](https://github.com/sberbank-ai) and [SberDevices]
|
|
20 |
* Task: `text2image generation`
|
21 |
* Type: `encoder-decoder`
|
22 |
* Num Parameters: `1.3 B`
|
23 |
-
* Training Data Volume
|
24 |
|
25 |
### Model Description
|
26 |
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.
|
27 |
|
28 |
-
The generation pipeline includes ruDALL-E, ruCLIP for ranging results, and a superresolution model.
|
|
|
29 |
|
30 |
### How to Use
|
31 |
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).
|
|
|
1 |
---
|
2 |
language:
|
3 |
- ru
|
4 |
+
- en
|
5 |
pipeline_tag: text-to-image
|
6 |
tags:
|
7 |
- PyTorch
|
|
|
21 |
* Task: `text2image generation`
|
22 |
* Type: `encoder-decoder`
|
23 |
* Num Parameters: `1.3 B`
|
24 |
+
* Training Data Volume:`120 million text-image pairs`
|
25 |
|
26 |
### Model Description
|
27 |
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.
|
28 |
|
29 |
+
The generation pipeline includes ruDALL-E, ruCLIP for ranging results, and a superresolution model.
|
30 |
+
You can use automatic translation into Russian to create desired images with ruDALL-E.
|
31 |
|
32 |
### How to Use
|
33 |
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).
|