bsc-temu commited on
Commit
e973df7
1 Parent(s): 866d02f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -60,11 +60,15 @@ The **roberta-base-ca-cased-tc** is a Text Classification (TC) model for the Cat
60
  We used the QA dataset in Catalan called [TeCla](https://huggingface.co/datasets/projecte-aina/viquiquad) for training and evaluation.
61
 
62
  ## Evaluation and results
63
- Below, the evaluation result on the TeCla test set:
64
 
65
- | Task | TeCla (accuracy) |
66
- | ------------|:----|
67
  | BERTa | **74.04** |
 
 
 
 
68
  For more details, check the fine-tuning and evaluation scripts in the official [GitHub repository](https://github.com/projecte-aina/berta).
69
 
70
  ## Citing
 
60
  We used the QA dataset in Catalan called [TeCla](https://huggingface.co/datasets/projecte-aina/viquiquad) for training and evaluation.
61
 
62
  ## Evaluation and results
63
+ We evaluated the _roberta-base-ca-cased-tc_ on the TeCla test set against standard multilingual and monolingual baselines:
64
 
65
+ | Model | TeCla (accuracy) |
66
+ | ------------|:-------------|
67
  | BERTa | **74.04** |
68
+ | mBERT | 70.56 |
69
+ | XLM-RoBERTa | 71.68 |
70
+ | WikiBERT-ca | 73.22 |
71
+
72
  For more details, check the fine-tuning and evaluation scripts in the official [GitHub repository](https://github.com/projecte-aina/berta).
73
 
74
  ## Citing