prhegde commited on
Commit
fc76ec6
1 Parent(s): c8aaa5a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -47,7 +47,7 @@ Refer https://github.com/PraveenSH/RL-Query-Reformulation for more details.
47
 
48
  ### How to use
49
  For optimal utilization of this model, use sampling with repetition penalty to generate diverse samples. Below is the provided sample code.
50
- ```
51
  import torch
52
  from transformers import T5ForConditionalGeneration, T5Tokenizer
53
 
 
47
 
48
  ### How to use
49
  For optimal utilization of this model, use sampling with repetition penalty to generate diverse samples. Below is the provided sample code.
50
+ ```python
51
  import torch
52
  from transformers import T5ForConditionalGeneration, T5Tokenizer
53