Datasets:
Commit
·
756f73c
1
Parent(s):
a7401b2
Update README.md
Browse files
README.md
CHANGED
|
@@ -184,6 +184,15 @@ 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 +300,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 |
+
tags:
|
| 193 |
+
- climate
|
| 194 |
+
size_categories:
|
| 195 |
+
- 1K<n<10K
|
| 196 |
---
|
| 197 |
|
| 198 |
# Pirá: A Bilingual Portuguese-English Dataset for Question-Answering about the Ocean, the Brazilian coast, and climate change
|
|
|
|
| 300 |
|
| 301 |
```
|
| 302 |
pira1 = load_dataset("paulopirozelli/pira", "pira_version1")
|
| 303 |
+
```
|