Update README.md
Browse files
README.md
CHANGED
@@ -15,8 +15,8 @@ widget:
|
|
15 |
## Model description
|
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
|
|
|
15 |
## Model description
|
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 |
Тhis model was trained and run to generate text on RTX 3080
|
19 |
+
#### How to use
|
20 |
```python
|
21 |
from transformers import GPT2LMHeadModel, GPT2Tokenizer
|
22 |
import torch
|