radm commited on
Commit
22a4631
1 Parent(s): b31d237

Update README.md

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