Datasets:
Commit
·
58bd0be
1
Parent(s):
a7401b2
Add some additional metadata suggestions for language and task
Browse files
README.md
CHANGED
@@ -184,6 +184,11 @@ dataset_info:
|
|
184 |
num_examples: 2271
|
185 |
download_size: 1342133
|
186 |
dataset_size: 3096316
|
|
|
|
|
|
|
|
|
|
|
187 |
---
|
188 |
|
189 |
# Pirá: A Bilingual Portuguese-English Dataset for Question-Answering about the Ocean, the Brazilian coast, and climate change
|
@@ -291,4 +296,4 @@ You can also access the original Pirá dataset. Just run:
|
|
291 |
|
292 |
```
|
293 |
pira1 = load_dataset("paulopirozelli/pira", "pira_version1")
|
294 |
-
```
|
|
|
184 |
num_examples: 2271
|
185 |
download_size: 1342133
|
186 |
dataset_size: 3096316
|
187 |
+
task_categories:
|
188 |
+
- question-answering
|
189 |
+
language:
|
190 |
+
- pt
|
191 |
+
- en
|
192 |
---
|
193 |
|
194 |
# Pirá: A Bilingual Portuguese-English Dataset for Question-Answering about the Ocean, the Brazilian coast, and climate change
|
|
|
296 |
|
297 |
```
|
298 |
pira1 = load_dataset("paulopirozelli/pira", "pira_version1")
|
299 |
+
```
|