File size: 788 Bytes
a646b26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
dataset_info:
  features:
  - name: game_index
    dtype: int64
  - name: num_moves
    dtype: int64
  - name: move_number
    dtype: int64
  - name: move_frac
    dtype: float64
  - name: player
    dtype: string
  - name: prefix_moves
    sequence: string
  - name: true_move
    dtype: string
  - name: legal_moves
    sequence: string
  - name: n_legal_moves
    dtype: int64
  - name: is_second_move
    dtype: bool
  - name: prompt
    dtype: string
  splits:
  - name: full
    num_bytes: 117483928
    num_examples: 299892
  - name: sample1k
    num_bytes: 23482252
    num_examples: 59946
  download_size: 12732156
  dataset_size: 140966180
configs:
- config_name: default
  data_files:
  - split: full
    path: data/full-*
  - split: sample1k
    path: data/sample1k-*
---