GPT_simplifier25 / README.md
marcus2000's picture
Update README.md
7ad4956
|
raw
history blame
360 Bytes
---
language:
- ru
pipeline_tag: text2text-generation
---
My best GPT model for simplification
To load the model, please use tokenizer from ai-forever/rugpt3small_based_on_gpt2, like below:
```from transformers import pipeline
simplifier = pipeline('text-generation', model='marcus2000/GPT_simplifier25', tokenizer='ai-forever/rugpt3small_based_on_gpt2')```