terryyz commited on
Commit
d2f9cd0
·
verified ·
1 Parent(s): ec5c517

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: task_no_tie
6
+ path: data/task_no_tie-*
7
+ - split: benchmark_tie
8
+ path: data/benchmark_tie-*
9
+ dataset_info:
10
+ features:
11
+ - name: model
12
+ dtype: string
13
+ - name: lower
14
+ dtype: float64
15
+ - name: rating
16
+ dtype: float64
17
+ - name: upper
18
+ dtype: float64
19
+ - name: error_y
20
+ dtype: float64
21
+ - name: error_y_minus
22
+ dtype: float64
23
+ - name: rating_rounded
24
+ dtype: float64
25
+ splits:
26
+ - name: task_no_tie
27
+ num_bytes: 5848
28
+ num_examples: 80
29
+ - name: benchmark_tie
30
+ num_bytes: 5848
31
+ num_examples: 80
32
+ download_size: 18355
33
+ dataset_size: 11696
34
+ ---
35
+ # Dataset Card for "bigcodebench-hard-test-elo"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)