Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,32 +1,36 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
configs:
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
license: mit
|
| 20 |
language:
|
| 21 |
-
|
| 22 |
tags:
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
|
|
|
| 28 |
size_categories:
|
| 29 |
-
|
|
|
|
|
|
|
|
|
|
| 30 |
---
|
| 31 |
|
| 32 |
# Context-Aware LAnguage Modeling Evaluation for Portuguese (CALAME-PT)
|
|
@@ -47,4 +51,4 @@ All credits to the original CALAME dataset creators. Please cite the following p
|
|
| 47 |
author={Lopes, Ricardo and Magalh{\~a}es, Jo{\~a}o and Semedo, David},
|
| 48 |
journal={arXiv preprint arXiv:2402.12969},
|
| 49 |
year={2024}
|
| 50 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
+
- config_name: pt
|
| 4 |
+
features:
|
| 5 |
+
- name: text
|
| 6 |
+
dtype: string
|
| 7 |
+
splits:
|
| 8 |
+
- name: test
|
| 9 |
+
num_bytes: 1273606
|
| 10 |
+
num_examples: 2076
|
| 11 |
+
download_size: 490275
|
| 12 |
+
dataset_size: 1273606
|
| 13 |
configs:
|
| 14 |
+
- config_name: pt
|
| 15 |
+
default: true
|
| 16 |
+
data_files:
|
| 17 |
+
- split: test
|
| 18 |
+
path: pt/test-*
|
| 19 |
license: mit
|
| 20 |
language:
|
| 21 |
+
- pt
|
| 22 |
tags:
|
| 23 |
+
- generation
|
| 24 |
+
- language modeling
|
| 25 |
+
- portuguese
|
| 26 |
+
- lambada
|
| 27 |
+
- zero-shot
|
| 28 |
+
- Portuguese
|
| 29 |
size_categories:
|
| 30 |
+
- 1K<n<10K
|
| 31 |
+
task_categories:
|
| 32 |
+
- text-generation
|
| 33 |
+
pretty_name: CALAME-PT
|
| 34 |
---
|
| 35 |
|
| 36 |
# Context-Aware LAnguage Modeling Evaluation for Portuguese (CALAME-PT)
|
|
|
|
| 51 |
author={Lopes, Ricardo and Magalh{\~a}es, Jo{\~a}o and Semedo, David},
|
| 52 |
journal={arXiv preprint arXiv:2402.12969},
|
| 53 |
year={2024}
|
| 54 |
+
```
|