Question Answering
Transformers
Safetensors
French
roberta
Inference Endpoints
bourdoiscatie commited on
Commit
0fb07e7
·
verified ·
1 Parent(s): a1cdcd2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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) model fine-tuned on [frenchQA](https://huggingface.co/datasets/CATIE-AQ/frenchQA), a SQuAD 2.0 format like dataset in French, representing **221,348 context/question/answer training triplets uand 6,376 to test**.
 
 
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