Datasets:
Commit
·
253713f
1
Parent(s):
2a505d2
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -3,8 +3,12 @@ license: cc-by-4.0
|
|
3 |
configs:
|
4 |
- config_name: default
|
5 |
data_files:
|
|
|
|
|
6 |
- split: validation
|
7 |
path: data/validation-*
|
|
|
|
|
8 |
dataset_info:
|
9 |
features:
|
10 |
- name: id_qa
|
@@ -50,11 +54,17 @@ dataset_info:
|
|
50 |
- name: at_labels
|
51 |
dtype: float64
|
52 |
splits:
|
|
|
|
|
|
|
53 |
- name: validation
|
54 |
num_bytes: 994524
|
55 |
num_examples: 225
|
56 |
-
|
57 |
-
|
|
|
|
|
|
|
58 |
---
|
59 |
|
60 |
# Pirá: A Bilingual Portuguese-English Dataset for Question-Answering about the Ocean, the Brazilian coast, and climate change
|
|
|
3 |
configs:
|
4 |
- config_name: default
|
5 |
data_files:
|
6 |
+
- split: train
|
7 |
+
path: data/train-*
|
8 |
- split: validation
|
9 |
path: data/validation-*
|
10 |
+
- split: test
|
11 |
+
path: data/test-*
|
12 |
dataset_info:
|
13 |
features:
|
14 |
- name: id_qa
|
|
|
54 |
- name: at_labels
|
55 |
dtype: float64
|
56 |
splits:
|
57 |
+
- name: train
|
58 |
+
num_bytes: 8002269
|
59 |
+
num_examples: 1806
|
60 |
- name: validation
|
61 |
num_bytes: 994524
|
62 |
num_examples: 225
|
63 |
+
- name: test
|
64 |
+
num_bytes: 940555
|
65 |
+
num_examples: 227
|
66 |
+
download_size: 3976683
|
67 |
+
dataset_size: 9937348
|
68 |
---
|
69 |
|
70 |
# Pirá: A Bilingual Portuguese-English Dataset for Question-Answering about the Ocean, the Brazilian coast, and climate change
|