Update README.md
Browse files
README.md
CHANGED
@@ -22,6 +22,10 @@ dataset_info:
|
|
22 |
download_size: 80385458
|
23 |
dataset_size: 114775572
|
24 |
---
|
25 |
-
#
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
-
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
22 |
download_size: 80385458
|
23 |
dataset_size: 114775572
|
24 |
---
|
25 |
+
# go_pgn_string_v2
|
26 |
+
|
27 |
+
It is parsed from https://dl.fbaipublicfiles.com/elfopengo/analysis/data/gogod_commentary_sgfs.gzip.
|
28 |
+
It contains professional game of Go ever played (~100k games drawn from GoGoD), evaluated by Meta AI's [ELF OpenGo](https://ai.meta.com/research/publications/elf-opengo-an-analysis-and-open-reimplementation-of-alpha-zero/).
|
29 |
+
The leftmost variation of the game tree is taken in SGF format and translate it into PGN like format.
|
30 |
+
Due to autoregressive nature of decoder, a special token '>' is used to denote the move by the winner of the game.
|
31 |
|
|