bsc-temu
commited on
Commit
·
83cc6e6
1
Parent(s):
e5b7759
Update README.md
Browse files
README.md
CHANGED
@@ -56,11 +56,14 @@ The **roberta-base-ca-cased-ner** is a Named Entity Recognition (NER) model for
|
|
56 |
We used the NER dataset in Catalan called [Ancora-ca-ner](https://huggingface.co/datasets/projecte-aina/ancora-ca-ner) for training and evaluation.
|
57 |
|
58 |
## Evaluation and results
|
59 |
-
|
60 |
|
61 |
-
|
|
62 |
-
|
|
63 |
| BERTa | **89.63** |
|
|
|
|
|
|
|
64 |
|
65 |
For more details, check the fine-tuning and evaluation scripts in the official [GitHub repository](https://github.com/projecte-aina/berta).
|
66 |
## Citing
|
|
|
56 |
We used the NER dataset in Catalan called [Ancora-ca-ner](https://huggingface.co/datasets/projecte-aina/ancora-ca-ner) for training and evaluation.
|
57 |
|
58 |
## Evaluation and results
|
59 |
+
We evaluated the _roberta-base-ca-cased-tc_ on the Ancora-ca-ner test set against standard multilingual and monolingual baselines:
|
60 |
|
61 |
+
| Model | Ancora-ca-ner (F1)|
|
62 |
+
| ------------|:-------------|
|
63 |
| BERTa | **89.63** |
|
64 |
+
| mBERT | 86.38 |
|
65 |
+
| XLM-RoBERTa | 87.66 |
|
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/berta).
|
69 |
## Citing
|