bsc-temu commited on
Commit
e5b7759
1 Parent(s): 2def29b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -53,13 +53,15 @@ widget:
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
56
- We used the NER dataset in Catalan called [Ancora-NER](https://huggingface.co/datasets/projecte-aina/ancora-ca-ner) for training and evaluation.
57
 
58
  ## Evaluation and results
59
  Below, the evaluation result on the Ancora-NER test set:
60
- | Task | TECA (accuracy) |
 
61
  | ------------|:----|
62
  | BERTa | **89.63** |
 
63
  For more details, check the fine-tuning and evaluation scripts in the official [GitHub repository](https://github.com/projecte-aina/berta).
64
  ## Citing
65
  If you use any of these resources (datasets or models) in your work, please cite our latest paper:
 
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
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
  Below, the evaluation result on the Ancora-NER test set:
60
+
61
+ | Task | Ancora-ca-ner (f1) |
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
67
  If you use any of these resources (datasets or models) in your work, please cite our latest paper: