File size: 1,147 Bytes
b622c68
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3fb7505
 
 
 
 
 
 
 
b622c68
 
 
 
 
 
 
3fb7505
 
 
 
b622c68
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
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: messages
    list:
    - name: role
      dtype: string
    - name: content
      dtype: string
  splits:
  - name: full
    num_bytes: 135740033
    num_examples: 148963
  - name: sample1k
    num_bytes: 27123765
    num_examples: 29770
  - name: full_base_prompt
    num_bytes: 154062482
    num_examples: 148963
  - name: sample1k_base_prompt
    num_bytes: 30785475
    num_examples: 29770
  download_size: 11684270
  dataset_size: 347711755
configs:
- config_name: default
  data_files:
  - split: full
    path: data/full-*
  - split: sample1k
    path: data/sample1k-*
  - split: full_base_prompt
    path: data/full_base_prompt-*
  - split: sample1k_base_prompt
    path: data/sample1k_base_prompt-*
---