mmarimon commited on
Commit
1082857
1 Parent(s): 4864617

Update README.md

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