marcus2000 commited on
Commit
6cbd40d
1 Parent(s): 2c49e94

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -1 +1,7 @@
1
- My best GPT model for simplification
 
 
 
 
 
 
 
1
+ My best GPT model for simplification
2
+
3
+ To load the model, please use tokenizer from ai-forever/rugpt3small_based_on_gpt2, like below:
4
+
5
+ from transformers import pipeline
6
+
7
+ simplifier = pipeline('text-generation', model='marcus2000/GPT_simplifier25', tokenizer='ai-forever/rugpt3small_based_on_gpt2')