Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ widget:
|
|
16 |
This is the model for text generation for Russian based on [rugpt3medium_based_on_gpt2](https://huggingface.co/sberbank-ai/rugpt3medium_based_on_gpt2).
|
17 |
## Intended uses & limitations
|
18 |
#### How to use
|
19 |
-
|
20 |
```python
|
21 |
from transformers import GPT2LMHeadModel, GPT2Tokenizer
|
22 |
import torch
|
|
|
16 |
This is the model for text generation for Russian based on [rugpt3medium_based_on_gpt2](https://huggingface.co/sberbank-ai/rugpt3medium_based_on_gpt2).
|
17 |
## Intended uses & limitations
|
18 |
#### How to use
|
19 |
+
Тhis model was trained and run to generate text on RTX 3080
|
20 |
```python
|
21 |
from transformers import GPT2LMHeadModel, GPT2Tokenizer
|
22 |
import torch
|