File size: 866 Bytes
a738164
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d2a37ff
 
 
 
a738164
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: Timestamp
    dtype: string
  - name: Model Name
    dtype: string
  - name: Group Name
    dtype: string
  - name: Institution
    dtype: string
  - name: Original Zip Path
    dtype: string
  - name: Zip Path
    dtype: string
  - name: Eval Dataset Repo
    dtype: string
  - name: Eval Benchmark ID
    dtype: string
  - name: Eval Display Name
    dtype: string
  - name: Source Benchmark ID
    dtype: string
  - name: Execution Time (s)
    dtype: float64
  - name: Accuracy
    dtype: float64
  - name: TP
    dtype: float64
  - name: FP
    dtype: float64
  - name: FN
    dtype: float64
  - name: TN
    dtype: float64
  splits:
  - name: train
    num_bytes: 860
    num_examples: 3
  download_size: 7559
  dataset_size: 860
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---