Commit
•
cec9cd1
1
Parent(s):
0f84e38
Upload dataset
Browse files- 2023/test-00000-of-00001.parquet +3 -0
- README.md +37 -0
2023/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77a88375882b38cd17716f5ebe7d1be30a355128ed57884c68809c8d5edaf4ef
|
3 |
+
size 11264
|
README.md
CHANGED
@@ -1,3 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Dataset Card for "resultspublic"
|
2 |
|
3 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
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: url
|
18 |
+
dtype: string
|
19 |
+
- name: model_family
|
20 |
+
dtype: string
|
21 |
+
- name: system_prompt
|
22 |
+
dtype: string
|
23 |
+
- name: date
|
24 |
+
dtype: string
|
25 |
+
splits:
|
26 |
+
- name: test
|
27 |
+
num_bytes: 6500
|
28 |
+
num_examples: 28
|
29 |
+
download_size: 11264
|
30 |
+
dataset_size: 6500
|
31 |
+
configs:
|
32 |
+
- config_name: '2023'
|
33 |
+
data_files:
|
34 |
+
- split: test
|
35 |
+
path: 2023/test-*
|
36 |
+
default: true
|
37 |
+
---
|
38 |
# Dataset Card for "resultspublic"
|
39 |
|
40 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|