Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
multiple-choice-qa
Languages:
Russian
Size:
10K - 100K
License:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: goal
|
5 |
+
dtype: string
|
6 |
+
- name: sol1
|
7 |
+
dtype: string
|
8 |
+
- name: sol2
|
9 |
+
dtype: string
|
10 |
+
- name: label
|
11 |
+
dtype:
|
12 |
+
class_label:
|
13 |
+
names:
|
14 |
+
'0': '0'
|
15 |
+
'1': '1'
|
16 |
+
splits:
|
17 |
+
- name: train
|
18 |
+
num_bytes: 7787368
|
19 |
+
num_examples: 16113
|
20 |
+
- name: test
|
21 |
+
num_bytes: 1443681
|
22 |
+
num_examples: 3084
|
23 |
+
- name: validation
|
24 |
+
num_bytes: 877142
|
25 |
+
num_examples: 1838
|
26 |
+
download_size: 5253717
|
27 |
+
dataset_size: 10108191
|
28 |
+
---
|
29 |
+
# Dataset Card for "piqa_ru"
|
30 |
+
|
31 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|