BlueSunflower
commited on
Commit
•
b5c91f6
1
Parent(s):
d8b05f3
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
1 |
+
|
2 |
+
# Dataset of chess games made for purpose of training language model on them
|
3 |
+
|
4 |
+
Two files:
|
5 |
+
data_stockfish_262k.tar.gz - 262 000 games generated by Stockfish self-play
|
6 |
+
|
7 |
+
lichess.tar.gz - a sample of 3.5M games from lichess with unfinished games filtered out, all converted to one format
|
8 |
+
|
9 |
+
Each archive contains two files:
|
10 |
+
train.jsonl
|
11 |
+
test.jsonl
|
12 |
+
|
13 |
---
|
14 |
license: apache-2.0
|
15 |
---
|