Gorka Urbizu Garmendia commited on
Commit
2ae9b05
1 Parent(s): 67bf9fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -6,4 +6,36 @@ tags:
6
  - bert
7
  ---
8
 
 
9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  - bert
7
  ---
8
 
9
+ # ElhBERTeu
10
 
11
+ This is a BERT model for Basque introduced in [BasqueGLUE: A Natural Language Understanding Benchmark for Basque]().
12
+
13
+ To train ElhBERTeu, we collected different corpora sources from several domains: updated (2021) national and local news sources, Basque Wikipedia, as well as novel news sources and texts from other domains, such as science (both academic and divulgative), literature or subtitles. More details about the corpora used and their sizes are shown in the following table. Texts from news sources were oversampled (duplicated) as done during the training of BERTeus. In total 575M tokens were used for pre-training ElhBERTeu.
14
+
15
+ |Domain | Size |
16
+ |:----------|---------:|
17
+ |News | 2 x 224M |
18
+ |Wikipedia | 40M |
19
+ |Science | 58M |
20
+ |Literature | 24M |
21
+ |Others | 7M |
22
+ |Total | 575M |
23
+
24
+ ElhBERTeu is a base, uncased monolingual BERT model for Basque, with a vocab size of 50K.
25
+
26
+ ElhBERTeu was trained following the design decisions for [BERTeus](https://huggingface.co/ixa-ehu/berteus-base-cased). The tokenizer and the hyper-parameter settings remained the same, with the only difference being that the full pre-training of the model (1M steps) was performed with a sequence length of 512 on a v3-8 TPU.
27
+
28
+ The model has been evaluated on the recently created BasqueGLUE NLU benchmark:
29
+
30
+ | | AVG | NERC | F_intent | F_slot | BHTC | BEC | Vaxx | QNLI | WiC | coref |
31
+ |-----------|:-----:|:-----:|:---------:|:-------:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|
32
+ | Model | | F1 | F1 | F1 | F1 | F1 | MF1 | acc | acc | acc |
33
+ | BERTeus | 73.23 | 81.92 | 82.52 | 74.34 | 78.26 | 69.43 | 59.30 | 74.26 | 70.71 | 68.31 |
34
+ | ElhBERTeu | 73.71 | 82.30 | 82.24 | 75.64 | 78.05 | 69.89 | 63.81 | 73.84 | 71.71 | 65.93 |
35
+
36
+ If you use this model, please cite the following paper:
37
+
38
+ - G. Urbizu, I. San Vicente, X. Saralegi, R. Agerri, A. Soroa. BasqueGLUE: A Natural Language Understanding Benchmark for Basque. In proceedings of the 13th Language Resources and Evaluation Conference (LREC 2022). June 2022. Marseille, France
39
+
40
+ License:
41
+ CC BY 4.0