File size: 548 Bytes
faafb66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
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: 'null'
  - name: non_parsed_rate
    dtype: float64
  splits:
  - name: train
    num_bytes: 221
    num_examples: 4
  download_size: 4340
  dataset_size: 221
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---