nsarrazin HF staff commited on
Commit
93f257c
·
verified ·
1 Parent(s): 65f131a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -7,10 +7,10 @@ tags:
7
  - chess
8
  ---
9
 
10
- A 231M parameter base model trained on 4.4B tokens of lichess games from January 2023 that ended in checkmate (filtered out games that were won because of time).
11
-
12
  [![Code repo](https://img.shields.io/badge/code%20repo-grey?style=for-the-badge&logo=github)](https://github.com/nsarrazin/chessformer)
13
 
 
 
14
  ## Inference
15
  ```py
16
  from transformers import GPT2LMHeadModel, AutoTokenizer
 
7
  - chess
8
  ---
9
 
 
 
10
  [![Code repo](https://img.shields.io/badge/code%20repo-grey?style=for-the-badge&logo=github)](https://github.com/nsarrazin/chessformer)
11
 
12
+ A 231M parameter base model trained on 4.4B tokens of lichess games from January 2023 that ended in checkmate (filtered out games that were won because of time).
13
+
14
  ## Inference
15
  ```py
16
  from transformers import GPT2LMHeadModel, AutoTokenizer