File size: 502 Bytes
106b9b4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dc54285
 
 
 
 
106b9b4
 
 
 
 
dc54285
 
106b9b4
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
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': neg
          '1': pos
  splits:
  - name: train
    num_bytes: 33432823
    num_examples: 25000
  - name: test
    num_bytes: 32650685
    num_examples: 25000
  download_size: 41450231
  dataset_size: 66083508
configs:
- config_name: default
  data_files:
  - split: train
    path: games/standard/a/train-*
  - split: test
    path: games/standard/b/test-*
---