Cenker Sisman commited on
Commit
5a281e6
1 Parent(s): 85c636c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -82,7 +82,7 @@ Bu model test amaçlı hazırlanmıştır ve fikir vermesi açısından gelişti
82
  Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
83
 
84
  ## How to Get Started with the Model
85
-
86
  """Inference"""
87
 
88
  from transformers import PreTrainedTokenizerFast, GPT2LMHeadModel, GPT2TokenizerFast, GPT2Tokenizer
@@ -118,7 +118,7 @@ sequence2 = "[Q] cengiz han kimdir"
118
  max_len = 120
119
 
120
  generate_text(model2_path, sequence2, max_len)
121
-
122
  ## Training Details
123
 
124
  ### Training Data
 
82
  Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
83
 
84
  ## How to Get Started with the Model
85
+ ```python
86
  """Inference"""
87
 
88
  from transformers import PreTrainedTokenizerFast, GPT2LMHeadModel, GPT2TokenizerFast, GPT2Tokenizer
 
118
  max_len = 120
119
 
120
  generate_text(model2_path, sequence2, max_len)
121
+ ```
122
  ## Training Details
123
 
124
  ### Training Data