mmarimon commited on
Commit
1f88a3a
1 Parent(s): aa44b62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md CHANGED
@@ -50,6 +50,24 @@ widget:
50
 
51
  # Catalan BERTa (RoBERTa-base) finetuned for Named Entity Recognition.
52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  The **roberta-base-ca-cased-ner** is a Named Entity Recognition (NER) model for the Catalan language fine-tuned from the [BERTa](https://huggingface.co/PlanTL-GOB-ES/roberta-base-ca) model, a [RoBERTa](https://arxiv.org/abs/1907.11692) base model pre-trained on a medium-size corpus collected from publicly available corpora and crawlers (check the BERTa model card for more details).
54
 
55
  ## Datasets
@@ -66,6 +84,7 @@ We evaluated the _roberta-base-ca-cased-ner_ on the Ancora-ca-ner test set again
66
  | WikiBERT-ca | 77.66 |
67
 
68
  For more details, check the fine-tuning and evaluation scripts in the official [GitHub repository](https://github.com/projecte-aina/club).
 
69
  ## Citing
70
  If you use any of these resources (datasets or models) in your work, please cite our latest paper:
71
  ```bibtex
@@ -89,3 +108,28 @@ If you use any of these resources (datasets or models) in your work, please cite
89
  pages = "4933--4946",
90
  }
91
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
 
51
  # Catalan BERTa (RoBERTa-base) finetuned for Named Entity Recognition.
52
 
53
+ ## Table of Contents
54
+ - [Model Description](#model-description)
55
+ - [Intended Uses and Limitations](#intended-uses-and-limitations)
56
+ - [How to Use](#how-to-use)
57
+ - [Training](#training)
58
+ - [Training Data](#training-data)
59
+ - [Training Procedure](#training-procedure)
60
+ - [Evaluation](#evaluation)
61
+ - [Variable and Metrics](#variable-and-metrics)
62
+ - [Evaluation Results](#evaluation-results)
63
+ - [Licensing Information](#licensing-information)
64
+ - [Citation Information](#citation-information)
65
+ - [Funding](#funding)
66
+ - [Contributions](#contributions)
67
+ - [Disclaimer](#disclaimer)
68
+
69
+ ## Model description
70
+
71
  The **roberta-base-ca-cased-ner** is a Named Entity Recognition (NER) model for the Catalan language fine-tuned from the [BERTa](https://huggingface.co/PlanTL-GOB-ES/roberta-base-ca) model, a [RoBERTa](https://arxiv.org/abs/1907.11692) base model pre-trained on a medium-size corpus collected from publicly available corpora and crawlers (check the BERTa model card for more details).
72
 
73
  ## Datasets
 
84
  | WikiBERT-ca | 77.66 |
85
 
86
  For more details, check the fine-tuning and evaluation scripts in the official [GitHub repository](https://github.com/projecte-aina/club).
87
+
88
  ## Citing
89
  If you use any of these resources (datasets or models) in your work, please cite our latest paper:
90
  ```bibtex
 
108
  pages = "4933--4946",
109
  }
110
  ```
111
+
112
+ ## Licensing Information
113
+
114
+ [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
115
+
116
+ ## Citation Information
117
+
118
+
119
+ ### Funding
120
+ This work was funded by the [Departament de la Vicepresidència i de Polítiques Digitals i Territori de la Generalitat de Catalunya](https://politiquesdigitals.gencat.cat/ca/inici/index.html#googtrans(ca|en) within the framework of [Projecte AINA](https://politiquesdigitals.gencat.cat/ca/economia/catalonia-ai/aina).
121
+
122
+ ## Contributions
123
+
124
+ [N/A]
125
+
126
+ ## Disclaimer
127
+
128
+ <details>
129
+ <summary>Click to expand</summary>
130
+
131
+ 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.
132
+
133
+ When third parties, deploy or provide systems and/or services to other parties using any of these models (or using systems based on these models) or become users of the models, they should note that it is their responsibility to mitigate the risks arising from their use and, in any event, to comply with applicable regulations, including regulations regarding the use of Artificial Intelligence.
134
+
135
+ In no event shall the owner and creator of the models (BSC – Barcelona Supercomputing Center) be liable for any results arising from the use made by third parties of these models.