Datasets:
Commit
·
216a6db
1
Parent(s):
44ad05c
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -3,8 +3,8 @@ license: cc-by-4.0
|
|
| 3 |
configs:
|
| 4 |
- config_name: default
|
| 5 |
data_files:
|
| 6 |
-
- split:
|
| 7 |
-
path: data/
|
| 8 |
dataset_info:
|
| 9 |
features:
|
| 10 |
- name: id_qa
|
|
@@ -49,28 +49,12 @@ dataset_info:
|
|
| 49 |
dtype: string
|
| 50 |
- name: at_labels
|
| 51 |
dtype: float64
|
| 52 |
-
- name: question_AUT_EN_1
|
| 53 |
-
dtype: string
|
| 54 |
-
- name: question_AUT_EN_2
|
| 55 |
-
dtype: string
|
| 56 |
-
- name: answer_AUT_EN_1
|
| 57 |
-
dtype: string
|
| 58 |
-
- name: answer_AUT_EN_2
|
| 59 |
-
dtype: string
|
| 60 |
-
- name: question_AUT_PT_1
|
| 61 |
-
dtype: string
|
| 62 |
-
- name: question_AUT_PT_2
|
| 63 |
-
dtype: string
|
| 64 |
-
- name: answer_AUT_PT_1
|
| 65 |
-
dtype: string
|
| 66 |
-
- name: answer_AUT_PT_2
|
| 67 |
-
dtype: string
|
| 68 |
splits:
|
| 69 |
-
- name:
|
| 70 |
-
num_bytes:
|
| 71 |
-
num_examples:
|
| 72 |
-
download_size:
|
| 73 |
-
dataset_size:
|
| 74 |
---
|
| 75 |
|
| 76 |
# 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: validation
|
| 7 |
+
path: data/validation-*
|
| 8 |
dataset_info:
|
| 9 |
features:
|
| 10 |
- name: id_qa
|
|
|
|
| 49 |
dtype: string
|
| 50 |
- name: at_labels
|
| 51 |
dtype: float64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
splits:
|
| 53 |
+
- name: validation
|
| 54 |
+
num_bytes: 994524
|
| 55 |
+
num_examples: 225
|
| 56 |
+
download_size: 527528
|
| 57 |
+
dataset_size: 994524
|
| 58 |
---
|
| 59 |
|
| 60 |
# Pirá: A Bilingual Portuguese-English Dataset for Question-Answering about the Ocean, the Brazilian coast, and climate change
|