austindavis
commited on
Update README.md
Browse files
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
|
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")
|