azimjon commited on
Commit
def6c60
1 Parent(s): 5d8f005

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -99,6 +99,7 @@ out_tokens, _ = generate([tokens], model, max_tokens=64, temperature=0.35, eos_i
99
  result = tokenizer.decode(out_tokens[0])
100
 
101
  print(result)
 
102
 
103
  ## Information on Evaluation Method
104
 
 
99
  result = tokenizer.decode(out_tokens[0])
100
 
101
  print(result)
102
+ ```
103
 
104
  ## Information on Evaluation Method
105