mmarimon commited on
Commit
6727ae7
1 Parent(s): 1d93266

Update README.md

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