austindavis commited on
Commit
fb1007b
1 Parent(s): a90bbab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -14
README.md CHANGED
@@ -9,7 +9,7 @@ pretty_name: Lichess.org Database in UCI format
9
  size_categories:
10
  - n>1T
11
  source_datasets:
12
- - original
13
  task_categories:
14
  - other
15
  paperswithcode_id: lichess_uci
@@ -69,24 +69,12 @@ dataset_info:
69
  description: >
70
  "The dataset contains games from the Lichess.org open database converted from PGN format to UCI format. It is divided into two main configurations: `moves` and `headers`. The `moves` configuration includes a UUID called `site` and the UCI moves in a column called `transcript`, while the `headers` configuration includes metadata such as player ELO ratings, game outcome, and dates. The data is subset based on the year and month (yyyymm format)."
71
 
72
- # For dataset card's additional sections
73
- datasets:
74
- - name: lichess_uci
75
- description: >
76
- "The Lichess.org database has been converted to UCI format, making it easier to analyze and interpret chess games. The `moves` configuration captures the sequence of moves using UCI notation, and the `headers` configuration provides comprehensive metadata for each game, enabling detailed statistical and strategic analysis."
77
- - name: headers
78
- description: >
79
- "This configuration includes detailed metadata for each game, providing insights into player statistics, game outcomes, and other relevant data points. Each game is identified by a unique `site` UUID that maps to the moves in the `moves` configuration."
80
-
81
- dataset_split:
82
- - name: 201301
83
- description: >
84
- "The dataset is split based on the year and month of the games. Each split includes all games played in a specific month, allowing for temporal analysis and tracking changes in player performance and strategies over time."
85
  configs:
86
  - config_name: '201301-moves'
87
  data_files:
88
  - split: train
89
  path: data/201301-*
 
90
  - config_name: '201301-headers'
91
  data_files:
92
  - split: train
 
9
  size_categories:
10
  - n>1T
11
  source_datasets:
12
+ - database.lichess.org
13
  task_categories:
14
  - other
15
  paperswithcode_id: lichess_uci
 
69
  description: >
70
  "The dataset contains games from the Lichess.org open database converted from PGN format to UCI format. It is divided into two main configurations: `moves` and `headers`. The `moves` configuration includes a UUID called `site` and the UCI moves in a column called `transcript`, while the `headers` configuration includes metadata such as player ELO ratings, game outcome, and dates. The data is subset based on the year and month (yyyymm format)."
71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  configs:
73
  - config_name: '201301-moves'
74
  data_files:
75
  - split: train
76
  path: data/201301-*
77
+ default: true
78
  - config_name: '201301-headers'
79
  data_files:
80
  - split: train