Datasets:

Modalities:
Tabular
Text
Languages:
Portuguese
ArXiv:
Libraries:
Datasets
luismsgomes commited on
Commit
474ce9c
1 Parent(s): f423fa7

renamed module; updated README

Browse files
Files changed (2) hide show
  1. README.md +17 -1
  2. glueptpt.py → glue-ptpt.py +6 -7
README.md CHANGED
@@ -5,11 +5,27 @@ language_creators:
5
  - machine-generated
6
  source_datasets:
7
  - glue
8
- pretty_name: The General Language Understanding Evaluation (GLUE) benchmark translated to European Portuguese (pt_PT)
9
  size_categories:
10
  - 10K<n<100K
11
  ---
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  See [gluebenchmark.com](https://gluebenchmark.com/) for information about the General Language Understanding Evaluation (GLUE) dataset.
14
 
15
 
 
5
  - machine-generated
6
  source_datasets:
7
  - glue
8
+ pretty_name: GLUE-PTPT -- The General Language Understanding Evaluation benchmark translated to European Portuguese
9
  size_categories:
10
  - 10K<n<100K
11
  ---
12
 
13
+ # GLUE-PTPT -- The General Language Understanding Evaluation benchmark translated to European Portuguese
14
+
15
+ This dataset has been created to evaluate [Albertina PT-* models](https://huggingface.co/PORTULAN/albertina-ptpt).
16
+
17
+ If you use this dataset please cite:
18
+
19
+ @misc{rodrigues2023advancing,
20
+ title={Advancing Neural Encoding of Portuguese with Transformer Albertina PT-*},
21
+ author={João Rodrigues and Luís Gomes and João Silva and António Branco and Rodrigo Santos and Henrique Lopes Cardoso and Tomás Osório},
22
+ year={2023},
23
+ eprint={2305.06721},
24
+ archivePrefix={arXiv},
25
+ primaryClass={cs.CL}
26
+ }
27
+
28
+
29
  See [gluebenchmark.com](https://gluebenchmark.com/) for information about the General Language Understanding Evaluation (GLUE) dataset.
30
 
31
 
glueptpt.py → glue-ptpt.py RENAMED
@@ -29,18 +29,17 @@ import datasets
29
 
30
  _GLUEPTPT_CITATION = """\
31
  @misc{Gomes2023,
32
- author = {Gomes, Luís M. S. and Silva, João R. and Santos, Rodrigo and Rodrigues, João and Branco, António H.},
33
- title = {The General Language Understanding Evaluation (GLUE) benchmark translated to European Portuguese (pt_PT)},
34
  year = {2023},
35
- publisher = {GitHub},
36
- journal = {GitHub repository},
37
- howpublished = {\\url{https://github.com/nlx-group/glueptpt}},
38
- commit = {CURRENT_COMMIT}
39
  }
40
  """
41
 
42
  _GLUEPTPT_DESCRIPTION = """\
43
- GLUEPTPT is an European Portuguese translation of the GLUE benchmark using DeepL Pro.
44
  """
45
 
46
 
 
29
 
30
  _GLUEPTPT_CITATION = """\
31
  @misc{Gomes2023,
32
+ author = {Luís Gomes and João Rodrigues and João Silva and António Branco and Rodrigo Santos},
33
+ title = {GLUE-PTPT -- The General Language Understanding Evaluation benchmark translated to European Portuguese},
34
  year = {2023},
35
+ publisher = {Hugging Face},
36
+ journal = {Hugging Face dataset},
37
+ howpublished = {\\url{https://huggingface.co/datasets/PORTULAN/glue-ptpt}},
 
38
  }
39
  """
40
 
41
  _GLUEPTPT_DESCRIPTION = """\
42
+ GLUE-PTPT is an European Portuguese translation of the GLUE benchmark using DeepL Pro.
43
  """
44
 
45