File size: 1,018 Bytes
2ae5261
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: tokenizer
    dtype: string
  - name: data_size
    dtype: string
  - name: representation
    dtype: string
  - name: property
    dtype: string
  - name: mae_mean
    dtype: float64
  - name: mae_std
    dtype: float64
  - name: mae_min
    dtype: float64
  - name: mae_max
    dtype: float64
  - name: rmse_mean
    dtype: float64
  - name: rmse_std
    dtype: float64
  - name: rmse_min
    dtype: float64
  - name: rmse_max
    dtype: float64
  - name: mape_mean
    dtype: float64
  - name: mape_std
    dtype: float64
  - name: mape_min
    dtype: float64
  - name: mape_max
    dtype: float64
  - name: max_error_mean
    dtype: float64
  - name: max_error_std
    dtype: float64
  - name: max_error_min
    dtype: float64
  - name: max_error_max
    dtype: float64
  splits:
  - name: train
    num_bytes: 40740
    num_examples: 224
  download_size: 41102
  dataset_size: 40740
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---