File size: 507 Bytes
bc237b9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9d6af09
 
 
 
bc237b9
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: model_name
    dtype: string
  - name: benchmark
    dtype: string
  - name: accuracy
    dtype: float64
  - name: precision
    dtype: float64
  - name: recall
    dtype: float64
  - name: f1_score
    dtype: float64
  - name: pearson_correlation
    dtype: float64
  splits:
  - name: train
    num_bytes: 2090
    num_examples: 27
  download_size: 4056
  dataset_size: 2090
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---