bsc-temu commited on
Commit
ca00581
1 Parent(s): 752f3ad

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - es
4
+ license: apache-2.0
5
+ tags:
6
+ - "catalan"
7
+ - "bne"
8
+ - "qa"
9
+ datasets:
10
+ - "xquad-ca"
11
+ - "viquiquad"
12
+ metrics:
13
+ - "f1"
14
+ - "exact match"
15
+
16
+ ---
17
+
18
+ # Catalan RoBERTa-base (BERTa) finetuned for Question Answering on the viquiquad dataset.
19
+
20
+ The roberta-base-ca-cased-qa is a Question Answering (QA) 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).
21
+
22
+ ## Dataset
23
+ The dataset used is a QA dataset in Catalan called [viquiquad](https://huggingface.co/datasets/projecte-aina/viquiquad).
24
+
25
+ ## Fine-tuning
26
+ TODO
27
+
28
+ ## Evaluation and results
29
+ TODO
30
+
31
+ For the fine-tuning and evaluation details visit the official [GitHub repository]().
32
+
33
+
34
+ ## Citing
35
+ If you use any of these resources (datasets or models) in your work, please cite our latest paper:
36
+
37
+ ```bibtex
38
+ @inproceedings{armengol-estape-etal-2021-multilingual,
39
+ title = "Are Multilingual Models the Best Choice for Moderately Under-resourced Languages? {A} Comprehensive Assessment for {C}atalan",
40
+ author = "Armengol-Estap{\'e}, Jordi and
41
+ Carrino, Casimiro Pio and
42
+ Rodriguez-Penagos, Carlos and
43
+ de Gibert Bonet, Ona and
44
+ Armentano-Oller, Carme and
45
+ Gonzalez-Agirre, Aitor and
46
+ Melero, Maite and
47
+ Villegas, Marta",
48
+ booktitle = "Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021",
49
+ month = aug,
50
+ year = "2021",
51
+ address = "Online",
52
+ publisher = "Association for Computational Linguistics",
53
+ url = "https://aclanthology.org/2021.findings-acl.437",
54
+ doi = "10.18653/v1/2021.findings-acl.437",
55
+ pages = "4933--4946",
56
+ }
57
+ ```
58
+
59
+ ## Funding
60
+ TODO
61
+
62
+ ## Disclaimer
63
+
64
+ The models published in this repository are intended for a generalist purpose and are available to third parties. These models may have bias and/or any other undesirable distortions.
65
+
66
+ When third parties, deploy or provide systems and/or services to other parties using any of these models (or using systems based on these models) or become users of the models, they should note that it is their responsibility to mitigate the risks arising from their use and, in any event, to comply with applicable regulations, including regulations regarding the use of artificial intelligence.
67
+
68
+ In no event shall the owner of the models (SEDIA – State Secretariat for digitalization and artificial intelligence) nor the creator (BSC – Barcelona Supercomputing Center) be liable for any results arising from the use made by third parties of these models.
69
+
70
+
71
+ Los modelos publicados en este repositorio tienen una finalidad generalista y están a disposición de terceros. Estos modelos pueden tener sesgos y/u otro tipo de distorsiones indeseables.
72
+
73
+ Cuando terceros desplieguen o proporcionen sistemas y/o servicios a otras partes usando alguno de estos modelos (o utilizando sistemas basados en estos modelos) o se conviertan en usuarios de los modelos, deben tener en cuenta que es su responsabilidad mitigar los riesgos derivados de su uso y, en todo caso, cumplir con la normativa aplicable, incluyendo la normativa en materia de uso de inteligencia artificial.
74
+
75
+ En ningún caso el propietario de los modelos (SEDIA – Secretaría de Estado de Digitalización e Inteligencia Artificial) ni el creador (BSC – Barcelona Supercomputing Center) serán responsables de los resultados derivados del uso que hagan terceros de estos modelos.