mmarimon commited on
Commit
0985cd7
1 Parent(s): a707555

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -15
README.md CHANGED
@@ -25,20 +25,66 @@ inference:
25
  ---
26
 
27
  # Spanish RoBERTa-base trained on BNE finetuned for CAPITEL Part of Speech (POS) dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  RoBERTa-base-bne is a transformer-based masked language model for the Spanish language. It is based on the [RoBERTa](https://arxiv.org/abs/1907.11692) base model and has been pre-trained using the largest Spanish corpus known to date, with a total of 570GB of clean and deduplicated text processed for this work, compiled from the web crawlings performed by the [National Library of Spain (Biblioteca Nacional de España)](http://www.bne.es/en/Inicio/index.html) from 2009 to 2019.
29
 
30
  Original pre-trained model can be found here: https://huggingface.co/PlanTL-GOB-ES/roberta-base-bne
31
 
32
- ## Dataset
 
 
 
 
 
 
 
33
  The dataset used is the one from the [CAPITEL competition at IberLEF 2020](https://sites.google.com/view/capitel2020) (sub-task 2).
34
 
35
- ## Evaluation and results
36
  F1 Score: 0.9846 (average of 5 runs).
37
 
38
  For evaluation details visit our [GitHub repository](https://github.com/PlanTL-GOB-ES/lm-spanish).
39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
 
41
- ## Citing
42
  If you use this model, please cite our [paper](http://journal.sepln.org/sepln/ojs/ojs/index.php/pln/article/view/6405):
43
  ```
44
  @article{,
@@ -59,19 +105,8 @@ Intelligence (SEDIA) within the framework of the Plan-TL.},
59
 
60
  ```
61
 
62
- ## Copyright
63
-
64
- Copyright by the Spanish State Secretariat for Digitalization and Artificial Intelligence (SEDIA) (2022)
65
-
66
- ## Licensing information
67
-
68
- [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
69
-
70
- ## Funding
71
-
72
- This work was funded by the Spanish State Secretariat for Digitalization and Artificial Intelligence (SEDIA) within the framework of the Plan-TL.
73
 
74
- ## Disclaimer
75
 
76
  The models published in this repository are intended for a generalist purpose and are available to third parties. These models may have bias and/or any other undesirable distortions.
77
 
 
25
  ---
26
 
27
  # Spanish RoBERTa-base trained on BNE finetuned for CAPITEL Part of Speech (POS) dataset
28
+
29
+ ## Table of contents
30
+ <details>
31
+ <summary>Click to expand</summary>
32
+
33
+ - [Model description](#model-description)
34
+ - [Intended uses and limitations](#intended-use)
35
+ - [How to use](#how-to-use)
36
+ - [Limitations and bias](#limitations-and-bias)
37
+ - [Training](#training)
38
+ - [Evaluation](#evaluation)
39
+ - [Additional information](#additional-information)
40
+ - [Author](#author)
41
+ - [Contact information](#contact-information)
42
+ - [Copyright](#copyright)
43
+ - [Licensing information](#licensing-information)
44
+ - [Funding](#funding)
45
+ - [Citing information](#citing-information)
46
+ - [Disclaimer](#disclaimer)
47
+
48
+ </details>
49
+
50
+ ## Model description
51
  RoBERTa-base-bne is a transformer-based masked language model for the Spanish language. It is based on the [RoBERTa](https://arxiv.org/abs/1907.11692) base model and has been pre-trained using the largest Spanish corpus known to date, with a total of 570GB of clean and deduplicated text processed for this work, compiled from the web crawlings performed by the [National Library of Spain (Biblioteca Nacional de España)](http://www.bne.es/en/Inicio/index.html) from 2009 to 2019.
52
 
53
  Original pre-trained model can be found here: https://huggingface.co/PlanTL-GOB-ES/roberta-base-bne
54
 
55
+ # Intended uses and limitations
56
+
57
+ ## How to use
58
+
59
+ ## Limitations and bias
60
+ At the time of submission, no measures have been taken to estimate the bias embedded in the model. However, we are well aware that our models may be biased since the corpora have been collected using crawling techniques on multiple web sources. We intend to conduct research in these areas in the future, and if completed, this model card will be updated.
61
+
62
+ ## Training
63
  The dataset used is the one from the [CAPITEL competition at IberLEF 2020](https://sites.google.com/view/capitel2020) (sub-task 2).
64
 
65
+ ## Evaluation
66
  F1 Score: 0.9846 (average of 5 runs).
67
 
68
  For evaluation details visit our [GitHub repository](https://github.com/PlanTL-GOB-ES/lm-spanish).
69
 
70
+ ## Additional information
71
+
72
+ ### Author
73
+ Text Mining Unit (TeMU) at the Barcelona Supercomputing Center (bsc-temu@bsc.es)
74
+
75
+ ### Contact information
76
+ For further information, send an email to <plantl-gob-es@bsc.es>
77
+
78
+ ### Copyright
79
+ Copyright by the Spanish State Secretariat for Digitalization and Artificial Intelligence (SEDIA) (2022)
80
+
81
+ ### Licensing information
82
+ [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
83
+
84
+ ### Funding
85
+ This work was funded by the Spanish State Secretariat for Digitalization and Artificial Intelligence (SEDIA) within the framework of the Plan-TL.
86
 
87
+ ### Citing information
88
  If you use this model, please cite our [paper](http://journal.sepln.org/sepln/ojs/ojs/index.php/pln/article/view/6405):
89
  ```
90
  @article{,
 
105
 
106
  ```
107
 
 
 
 
 
 
 
 
 
 
 
 
108
 
109
+ ### Disclaimer
110
 
111
  The models published in this repository are intended for a generalist purpose and are available to third parties. These models may have bias and/or any other undesirable distortions.
112