austindavis commited on
Commit
0389413
·
verified ·
1 Parent(s): 7873f14

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ While the model performs well on chess move prediction, its limitations stem fro
40
  To load and use the model, you can follow the instructions below:
41
 
42
  ```python
43
- from transformers import GPT2LMHeadModel, AutoTokenizer
44
  from agents.uci_tokenizers import UciTileTokenizer
45
 
46
  model = GPT2LMHeadModel.from_pretrained("austindavis/ChessGPT_d12")
 
40
  To load and use the model, you can follow the instructions below:
41
 
42
  ```python
43
+ from transformers import GPT2LMHeadModel
44
  from agents.uci_tokenizers import UciTileTokenizer
45
 
46
  model = GPT2LMHeadModel.from_pretrained("austindavis/ChessGPT_d12")