File size: 541 Bytes
439e2ac
 
f322234
 
 
 
 
 
 
 
 
 
 
 
abe559b
 
f322234
abe559b
 
 
 
f322234
 
 
 
 
 
 
439e2ac
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
---

license: mit
dataset_info:
  features:
  - name: State
    dtype: string
  - name: Option
    dtype: string
  - name: Action
    dtype: string
  - name: Outcome
    dtype: string
  splits:
  - name: train
    num_bytes: 26930564
    num_examples: 3540
  - name: validation
    num_bytes: 6673936
    num_examples: 886
  download_size: 4568524
  dataset_size: 33604500
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---