bourdoiscatie
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,9 @@ co2_eq_emissions: 66
|
|
31 |
|
32 |
## Model Description
|
33 |
|
34 |
-
We present **QAmemBERT2**, which is a [CamemBERT v2 base](https://huggingface.co/almanach/camembertv2-base)
|
|
|
|
|
35 |
Our methodology is described in a blog post available in [English](https://blog.vaniila.ai/en/QA_en/) or [French](https://blog.vaniila.ai/QA/).
|
36 |
|
37 |
|
|
|
31 |
|
32 |
## Model Description
|
33 |
|
34 |
+
We present **QAmemBERT2**, which is a [CamemBERT v2 base](https://huggingface.co/almanach/camembertv2-base) fine-tuned for the Question-Answering task for the French language on four French Q&A datasets composed of contexts and questions with their answers inside the context (= SQuAD 1.0 format) but also contexts and questions with their answers not inside the context (= SQuAD 2.0 format).
|
35 |
+
All these datasets were concatenated into a single dataset that we called [frenchQA](https://huggingface.co/datasets/CATIE-AQ/frenchQA).
|
36 |
+
This represents a total of over **221,348 context/question/answer triplets used to finetune this model and 6,376 to test it**.
|
37 |
Our methodology is described in a blog post available in [English](https://blog.vaniila.ai/en/QA_en/) or [French](https://blog.vaniila.ai/QA/).
|
38 |
|
39 |
|