kenhktsui commited on
Commit
91102e3
1 Parent(s): 4937c95

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -9,12 +9,18 @@ dataset_info:
9
  dtype: string
10
  - name: winner
11
  dtype: string
 
 
 
 
 
 
12
  splits:
13
  - name: train
14
- num_bytes: 112485051
15
  num_examples: 93970
16
- download_size: 79273178
17
- dataset_size: 112485051
18
  ---
19
  # Dataset Card for "go_pgn_string_v2"
20
 
 
9
  dtype: string
10
  - name: winner
11
  dtype: string
12
+ - name: black_player_elo
13
+ dtype: float64
14
+ - name: white_player_elo
15
+ dtype: float64
16
+ - name: winner_elo
17
+ dtype: float64
18
  splits:
19
  - name: train
20
+ num_bytes: 114775572
21
  num_examples: 93970
22
+ download_size: 80385458
23
+ dataset_size: 114775572
24
  ---
25
  # Dataset Card for "go_pgn_string_v2"
26