zhiqings commited on
Commit
a2aca2e
1 Parent(s): 19ce69f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -2,7 +2,7 @@ PRMs are trained to predict the correctness of solutions on the positions of "\n
2
 
3
  Usage:
4
 
5
- ```
6
  import torch
7
  from transformers import AutoTokenizer, AutoModelForCausalLM
8
 
 
2
 
3
  Usage:
4
 
5
+ ```python
6
  import torch
7
  from transformers import AutoTokenizer, AutoModelForCausalLM
8