mmarimon commited on
Commit
053b79e
1 Parent(s): 68781cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -16
README.md CHANGED
@@ -25,20 +25,69 @@ inference:
25
  ---
26
 
27
  # Spanish RoBERTa-large trained on BNE finetuned for CAPITEL Part of Speech (POS) dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  RoBERTa-large-bne is a transformer-based masked language model for the Spanish language. It is based on the [RoBERTa](https://arxiv.org/abs/1907.11692) large 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/BSC-TeMU/roberta-large-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.9851 (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{,
@@ -58,19 +107,7 @@ Intelligence (SEDIA) within the framework of the Plan-TL.},
58
  }
59
 
60
  ```
61
- ## Copyright
62
-
63
- Copyright by the Spanish State Secretariat for Digitalization and Artificial Intelligence (SEDIA) (2022)
64
-
65
- ## Licensing information
66
-
67
- [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
68
-
69
- ## Funding
70
-
71
- This work was funded by the Spanish State Secretariat for Digitalization and Artificial Intelligence (SEDIA) within the framework of the Plan-TL.
72
-
73
- ## Disclaimer
74
 
75
  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.
76
 
 
25
  ---
26
 
27
  # Spanish RoBERTa-large 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-large-bne is a transformer-based masked language model for the Spanish language. It is based on the [RoBERTa](https://arxiv.org/abs/1907.11692) large 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/BSC-TeMU/roberta-large-bne
54
 
55
+
56
+ ## Intended uses and limitations
57
+
58
+ ## How to use
59
+
60
+ ## Limitations and bias
61
+ 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.
62
+
63
+ ## Training
64
+
65
  The dataset used is the one from the [CAPITEL competition at IberLEF 2020](https://sites.google.com/view/capitel2020) (sub-task 2).
66
 
67
+ ## Evaluation
68
  F1 Score: 0.9851 (average of 5 runs).
69
 
70
  For evaluation details visit our [GitHub repository](https://github.com/PlanTL-GOB-ES/lm-spanish).
71
 
72
 
73
+ ## Additional information
74
+
75
+ ### Author
76
+ Text Mining Unit (TeMU) at the Barcelona Supercomputing Center ([email protected])
77
+
78
+ ### Contact information
79
+ For further information, send an email to <[email protected]>
80
+
81
+ ### Copyright
82
+ Copyright by the Spanish State Secretariat for Digitalization and Artificial Intelligence (SEDIA) (2022)
83
+
84
+ ### Licensing information
85
+ [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
86
+
87
+ ### Funding
88
+ This work was funded by the Spanish State Secretariat for Digitalization and Artificial Intelligence (SEDIA) within the framework of the Plan-TL.
89
+
90
+ ### Citing information
91
  If you use this model, please cite our [paper](http://journal.sepln.org/sepln/ojs/ojs/index.php/pln/article/view/6405):
92
  ```
93
  @article{,
 
107
  }
108
 
109
  ```
110
+ ### Disclaimer
 
 
 
 
 
 
 
 
 
 
 
 
111
 
112
  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.
113