Commit ·
aa44b62
1
Parent(s): a327f84
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ metrics:
|
|
| 27 |
- f1
|
| 28 |
|
| 29 |
model-index:
|
| 30 |
-
- name: roberta-base-ca-cased-
|
| 31 |
results:
|
| 32 |
- task:
|
| 33 |
type: token-classification
|
|
@@ -36,7 +36,7 @@ model-index:
|
|
| 36 |
name: ancora-ca-ner
|
| 37 |
metrics:
|
| 38 |
- type: f1
|
| 39 |
-
value: 0.
|
| 40 |
|
| 41 |
widget:
|
| 42 |
|
|
@@ -56,11 +56,11 @@ 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 |
-
We evaluated the _roberta-base-ca-cased-
|
| 60 |
|
| 61 |
| Model | Ancora-ca-ner (F1)|
|
| 62 |
| ------------|:-------------|
|
| 63 |
-
| roberta-base-ca-cased-ner | **
|
| 64 |
| mBERT | 86.38 |
|
| 65 |
| XLM-RoBERTa | 87.66 |
|
| 66 |
| WikiBERT-ca | 77.66 |
|
|
|
|
| 27 |
- f1
|
| 28 |
|
| 29 |
model-index:
|
| 30 |
+
- name: roberta-base-ca-cased-ner
|
| 31 |
results:
|
| 32 |
- task:
|
| 33 |
type: token-classification
|
|
|
|
| 36 |
name: ancora-ca-ner
|
| 37 |
metrics:
|
| 38 |
- type: f1
|
| 39 |
+
value: 0.8813
|
| 40 |
|
| 41 |
widget:
|
| 42 |
|
|
|
|
| 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-ner_ on the Ancora-ca-ner test set against standard multilingual and monolingual baselines:
|
| 60 |
|
| 61 |
| Model | Ancora-ca-ner (F1)|
|
| 62 |
| ------------|:-------------|
|
| 63 |
+
| roberta-base-ca-cased-ner | **88.13** |
|
| 64 |
| mBERT | 86.38 |
|
| 65 |
| XLM-RoBERTa | 87.66 |
|
| 66 |
| WikiBERT-ca | 77.66 |
|