crodri commited on
Commit
5344409
1 Parent(s): f4cd32c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -32
README.md CHANGED
@@ -15,12 +15,13 @@ pipeline_tag: token-classification
15
 
16
  widget:
17
 
18
- - text: "El raper nord-americà Travis Scott ha gravat el videoclip de la seva cançó 'Circus Maximus' amb els Castellers de Vilafranca. Segons ha publicat la 'Revista Castells' i ha confirmat l'Agència Catalana de Notícies (ACN), el rodatge es va fer el 2 de juliol a la Tarraco Arena Plaça (TAP) de Tarragona."
19
-
20
  - text: "L'ANC vol que l'11 de setembre al Passeig de Gracia sigui una fita enguany."
21
 
22
  - text: "El Martí llegeix el Cavall Fort."
23
 
 
 
 
24
  ---
25
 
26
  # Catalan BERTa (RoBERTa-large) finetuned for Named Entity Recognition.
@@ -63,17 +64,11 @@ The **multiner** is a Named Entity Recognition (NER) model for the Catalan langu
63
  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.
64
 
65
  ## Training
66
- We used the NER dataset in Catalan called [Ancora-ca-ner](https://huggingface.co/datasets/projecte-aina/ancora-ca-ner) for training and evaluation.
67
 
68
  ## Evaluation
69
  We evaluated the _roberta-base-ca-cased-ner_ on the Ancora-ca-ner test set against standard multilingual and monolingual baselines:
70
-
71
- | Model | Ancora-ca-ner (F1)|
72
- | ------------|:-------------|
73
- | roberta-base-ca-cased-ner | **88.13** |
74
- | mBERT | 86.38 |
75
- | XLM-RoBERTa | 87.66 |
76
- | WikiBERT-ca | 77.66 |
77
 
78
  For more details, check the fine-tuning and evaluation scripts in the official [GitHub repository](https://github.com/projecte-aina/club).
79
 
@@ -96,28 +91,7 @@ This work was funded by the [Departament de la Vicepresidència i de Polítiques
96
 
97
  ### Citation information
98
 
99
- If you use any of these resources (datasets or models) in your work, please cite our latest paper:
100
- ```bibtex
101
- @inproceedings{armengol-estape-etal-2021-multilingual,
102
- title = "Are Multilingual Models the Best Choice for Moderately Under-resourced Languages? {A} Comprehensive Assessment for {C}atalan",
103
- author = "Armengol-Estap{\'e}, Jordi and
104
- Carrino, Casimiro Pio and
105
- Rodriguez-Penagos, Carlos and
106
- de Gibert Bonet, Ona and
107
- Armentano-Oller, Carme and
108
- Gonzalez-Agirre, Aitor and
109
- Melero, Maite and
110
- Villegas, Marta",
111
- booktitle = "Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021",
112
- month = aug,
113
- year = "2021",
114
- address = "Online",
115
- publisher = "Association for Computational Linguistics",
116
- url = "https://aclanthology.org/2021.findings-acl.437",
117
- doi = "10.18653/v1/2021.findings-acl.437",
118
- pages = "4933--4946",
119
- }
120
- ```
121
 
122
  ### Disclaimer
123
 
 
15
 
16
  widget:
17
 
 
 
18
  - text: "L'ANC vol que l'11 de setembre al Passeig de Gracia sigui una fita enguany."
19
 
20
  - text: "El Martí llegeix el Cavall Fort."
21
 
22
+ - text: "El raper nord-americà Travis Scott ha gravat el videoclip de la seva cançó 'Circus Maximus' amb els Castellers de Vilafranca. Segons ha publicat la 'Revista Castells' i ha confirmat l'Agència Catalana de Notícies (ACN), el rodatge es va fer el 2 de juliol a la Tarraco Arena Plaça (TAP) de Tarragona."
23
+
24
+
25
  ---
26
 
27
  # Catalan BERTa (RoBERTa-large) finetuned for Named Entity Recognition.
 
64
  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.
65
 
66
  ## Training
67
+ We used the NER dataset in Catalan called [Catalan Entity Identification and Linking](https://huggingface.co/datasets/crodri/ceil) for training and evaluation.
68
 
69
  ## Evaluation
70
  We evaluated the _roberta-base-ca-cased-ner_ on the Ancora-ca-ner test set against standard multilingual and monolingual baselines:
71
+ |
 
 
 
 
 
 
72
 
73
  For more details, check the fine-tuning and evaluation scripts in the official [GitHub repository](https://github.com/projecte-aina/club).
74
 
 
91
 
92
  ### Citation information
93
 
94
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
 
96
  ### Disclaimer
97