jarodrigues commited on
Commit
a968e64
1 Parent(s): a7b23ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -40,7 +40,7 @@ It is an **encoder** of the BERT family, based on the neural architecture Transf
40
  developed over the DeBERTa model, with most competitive performance for this language.
41
  It is distributed free of charge and under a most permissible license.
42
 
43
- You may be also interested in [**Albertina PT-PT**](https://huggingface.co/PORTULAN/albertina-ptpt).
44
  This is a larger version,
45
  and to the best of our knowledge, this is an encoder specifically for this language and variant
46
  that, at the time of its initial distribution, sets a new state of the art for it, and is made publicly available
@@ -119,7 +119,7 @@ We automatically translated the same four tasks from GLUE using [DeepL Translate
119
 
120
  | Model | RTE (Accuracy) | WNLI (Accuracy)| MRPC (F1) | STS-B (Pearson) |
121
  |--------------------------|----------------|----------------|-----------|-----------------|
122
- | **Albertina-PT-PT** | **0.8339** | 0.4225 | **0.9171**| **0.8801** |
123
  | **Albertina-PT-PT base** | 0.6787 | **0.4507** | 0.8829 | 0.8581 |
124
 
125
  <br>
 
40
  developed over the DeBERTa model, with most competitive performance for this language.
41
  It is distributed free of charge and under a most permissible license.
42
 
43
+ You may be also interested in [**Albertina 900m PT-PT**](https://huggingface.co/PORTULAN/albertina-ptpt).
44
  This is a larger version,
45
  and to the best of our knowledge, this is an encoder specifically for this language and variant
46
  that, at the time of its initial distribution, sets a new state of the art for it, and is made publicly available
 
119
 
120
  | Model | RTE (Accuracy) | WNLI (Accuracy)| MRPC (F1) | STS-B (Pearson) |
121
  |--------------------------|----------------|----------------|-----------|-----------------|
122
+ | **Albertina 900m PT-PT** | **0.8339** | 0.4225 | **0.9171**| **0.8801** |
123
  | **Albertina-PT-PT base** | 0.6787 | **0.4507** | 0.8829 | 0.8581 |
124
 
125
  <br>