clefourrier HF staff commited on
Commit
b479dfa
1 Parent(s): 9ad1544

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: '2023'
4
+ features:
5
+ - name: model
6
+ dtype: string
7
+ - name: score
8
+ dtype: float64
9
+ - name: score_level1
10
+ dtype: float64
11
+ - name: score_level2
12
+ dtype: float64
13
+ - name: score_level3
14
+ dtype: float64
15
+ - name: organisation
16
+ dtype: string
17
+ - name: mail
18
+ dtype: string
19
+ - name: url
20
+ dtype: string
21
+ - name: model_family
22
+ dtype: string
23
+ - name: system_prompt
24
+ dtype: string
25
+ splits:
26
+ - name: validation
27
+ num_bytes: 113
28
+ num_examples: 1
29
+ - name: test
30
+ num_bytes: 113
31
+ num_examples: 1
32
+ download_size: 10382
33
+ dataset_size: 226
34
+ configs:
35
+ - config_name: '2023'
36
+ data_files:
37
+ - split: validation
38
+ path: 2023/validation-*
39
+ - split: test
40
+ path: 2023/test-*
41
+ ---
42
+ # Dataset Card for "resultspublic"
43
+
44
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)