File size: 908 Bytes
cb49a6a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: input
    dtype: string
  - name: output
    dtype: string
  - name: task
    dtype: string
  splits:
  - name: copying
    num_bytes: 1466
    num_examples: 50
  - name: uppercase
    num_bytes: 598
    num_examples: 26
  - name: basic_arithmetic
    num_bytes: 444
    num_examples: 10
  - name: plural_upper
    num_bytes: 5880
    num_examples: 165
  - name: gerund_upper
    num_bytes: 6913
    num_examples: 178
  - name: math
    num_bytes: 478
    num_examples: 20
  download_size: 17224
  dataset_size: 15779
configs:
- config_name: default
  data_files:
  - split: copying
    path: data/copying-*
  - split: uppercase
    path: data/uppercase-*
  - split: basic_arithmetic
    path: data/basic_arithmetic-*
  - split: plural_upper
    path: data/plural_upper-*
  - split: gerund_upper
    path: data/gerund_upper-*
  - split: math
    path: data/math-*
---