sorenmulli
commited on
Commit
•
d997401
1
Parent(s):
6b48e67
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
config_name: raw
|
4 |
+
features:
|
5 |
+
- name: question
|
6 |
+
dtype: string
|
7 |
+
- name: index
|
8 |
+
dtype: int64
|
9 |
+
- name: option-A
|
10 |
+
dtype: string
|
11 |
+
- name: option-B
|
12 |
+
dtype: string
|
13 |
+
- name: option-C
|
14 |
+
dtype: string
|
15 |
+
- name: correct
|
16 |
+
dtype: string
|
17 |
+
- name: origin
|
18 |
+
dtype: string
|
19 |
+
splits:
|
20 |
+
- name: train
|
21 |
+
num_bytes: 104046
|
22 |
+
num_examples: 605
|
23 |
+
download_size: 45303
|
24 |
+
dataset_size: 104046
|
25 |
+
configs:
|
26 |
+
- config_name: raw
|
27 |
+
data_files:
|
28 |
+
- split: train
|
29 |
+
path: raw/train-*
|
30 |
+
---
|
31 |
+
# Dataset Card for "citizenship-test-da"
|
32 |
+
|
33 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|