radm commited on
Commit
b31d237
1 Parent(s): 6d60936

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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