mmarimon commited on
Commit
bde81e3
1 Parent(s): 6de117b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -16
README.md CHANGED
@@ -20,20 +20,69 @@ inference:
20
  ---
21
 
22
  # Spanish RoBERTa-base trained on BNE finetuned for CAPITEL Named Entity Recognition (NER) dataset.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  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.
24
 
25
  Original pre-trained model can be found here: https://huggingface.co/BSC-TeMU/roberta-base-bne
26
 
27
- ## Dataset
 
 
 
 
 
 
 
 
 
28
  The dataset used is the one from the [CAPITEL competition at IberLEF 2020](https://sites.google.com/view/capitel2020) (sub-task 1).
29
 
30
- ## Evaluation and results
31
  F1 Score: 0.8960
32
 
33
  For evaluation details visit our [GitHub repository](https://github.com/PlanTL-GOB-ES/lm-spanish).
34
 
35
 
36
- ## Citing
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  If you use this model, please cite our [paper](http://journal.sepln.org/sepln/ojs/ojs/index.php/pln/article/view/6405):
38
  ```
39
  @article{,
@@ -54,19 +103,7 @@ Intelligence (SEDIA) within the framework of the Plan-TL.},
54
 
55
  ```
56
 
57
- ## Copyright
58
-
59
- Copyright by the Spanish State Secretariat for Digitalization and Artificial Intelligence (SEDIA) (2022)
60
-
61
- ## Licensing information
62
-
63
- [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
64
-
65
- ## Funding
66
-
67
- This work was funded by the Spanish State Secretariat for Digitalization and Artificial Intelligence (SEDIA) within the framework of the Plan-TL.
68
-
69
- ## Disclaimer
70
 
71
  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.
72
 
 
20
  ---
21
 
22
  # Spanish RoBERTa-base trained on BNE finetuned for CAPITEL Named Entity Recognition (NER) dataset.
23
+
24
+ ## Table of contents
25
+ <details>
26
+ <summary>Click to expand</summary>
27
+
28
+ - [Model description](#model-description)
29
+ - [Intended uses and limitations](#intended-use)
30
+ - [How to use](#how-to-use)
31
+ - [Limitations and bias](#limitations-and-bias)
32
+ - [Training](#training)
33
+ - [Evaluation](#evaluation)
34
+ - [Additional information](#additional-information)
35
+ - [Author](#author)
36
+ - [Contact information](#contact-information)
37
+ - [Copyright](#copyright)
38
+ - [Licensing information](#licensing-information)
39
+ - [Funding](#funding)
40
+ - [Citing information](#citing-information)
41
+ - [Disclaimer](#disclaimer)
42
+
43
+ </details>
44
+
45
+ ## Model description
46
  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.
47
 
48
  Original pre-trained model can be found here: https://huggingface.co/BSC-TeMU/roberta-base-bne
49
 
50
+
51
+ ## Intended uses and limitations
52
+
53
+ ## How to use
54
+
55
+ ## Limitations and bias
56
+ 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.
57
+
58
+ ## Training
59
+
60
  The dataset used is the one from the [CAPITEL competition at IberLEF 2020](https://sites.google.com/view/capitel2020) (sub-task 1).
61
 
62
+ ## Evaluation
63
  F1 Score: 0.8960
64
 
65
  For evaluation details visit our [GitHub repository](https://github.com/PlanTL-GOB-ES/lm-spanish).
66
 
67
 
68
+ ## Additional information
69
+
70
+ ### Author
71
+ Text Mining Unit (TeMU) at the Barcelona Supercomputing Center (bsc-temu@bsc.es)
72
+
73
+ ### Contact information
74
+ For further information, send an email to <plantl-gob-es@bsc.es>
75
+
76
+ ### Copyright
77
+ Copyright by the Spanish State Secretariat for Digitalization and Artificial Intelligence (SEDIA) (2022)
78
+
79
+ ### Licensing information
80
+ [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
81
+
82
+ ### Funding
83
+ This work was funded by the Spanish State Secretariat for Digitalization and Artificial Intelligence (SEDIA) within the framework of the Plan-TL.
84
+
85
+ ### Citing information
86
  If you use this model, please cite our [paper](http://journal.sepln.org/sepln/ojs/ojs/index.php/pln/article/view/6405):
87
  ```
88
  @article{,
 
103
 
104
  ```
105
 
106
+ ### Disclaimer
 
 
 
 
 
 
 
 
 
 
 
 
107
 
108
  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.
109