FlameF0X commited on
Commit
0de974e
·
verified ·
1 Parent(s): dcac938

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ pipeline_tag: text-generation
13
  **ChessSLM** is a small language model designed to play chess using natural language move generation.
14
  Despite having only **30M parameters**, it is capable of competing with and occasionally outperforming larger language models in chess-playing tasks.
15
 
16
- The model is based on the **GPT-2 architecture** and was trained on **100,000 chess games** from the `mlabonne/chessllm` dataset using **SAN (Standard Algebraic Notation)**.
17
 
18
  Play against ChessSLM [here](https://flamef0x.github.io/other/chess).
19
 
 
13
  **ChessSLM** is a small language model designed to play chess using natural language move generation.
14
  Despite having only **30M parameters**, it is capable of competing with and occasionally outperforming larger language models in chess-playing tasks.
15
 
16
+ The model is based on the **GPT-2 architecture** and was pre-trained from scratch on **100,000 chess games** from the `mlabonne/chessllm` dataset using **SAN (Standard Algebraic Notation)**.
17
 
18
  Play against ChessSLM [here](https://flamef0x.github.io/other/chess).
19