Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: id
|
5 |
+
dtype: string
|
6 |
+
- name: question
|
7 |
+
dtype: string
|
8 |
+
- name: answer_a
|
9 |
+
dtype: string
|
10 |
+
- name: answer_b
|
11 |
+
dtype: string
|
12 |
+
- name: answer_c
|
13 |
+
dtype: string
|
14 |
+
- name: answer_d
|
15 |
+
dtype: string
|
16 |
+
- name: answer_e
|
17 |
+
dtype: string
|
18 |
+
- name: correct_answers
|
19 |
+
sequence:
|
20 |
+
class_label:
|
21 |
+
names:
|
22 |
+
'0': a
|
23 |
+
'1': b
|
24 |
+
'2': c
|
25 |
+
'3': d
|
26 |
+
'4': e
|
27 |
+
- name: subject_name
|
28 |
+
dtype: string
|
29 |
+
- name: number_correct_answers
|
30 |
+
dtype:
|
31 |
+
class_label:
|
32 |
+
names:
|
33 |
+
'0': '1'
|
34 |
+
'1': '2'
|
35 |
+
'2': '3'
|
36 |
+
'3': '4'
|
37 |
+
'4': '5'
|
38 |
+
splits:
|
39 |
+
- name: train
|
40 |
+
num_bytes: 1004721
|
41 |
+
num_examples: 2171
|
42 |
+
- name: validation
|
43 |
+
num_bytes: 136786
|
44 |
+
num_examples: 312
|
45 |
+
- name: test
|
46 |
+
num_bytes: 284765
|
47 |
+
num_examples: 622
|
48 |
+
download_size: 894075
|
49 |
+
dataset_size: 1426272
|
50 |
+
---
|
51 |
+
# Dataset Card for "dft23-full"
|
52 |
+
|
53 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|