Question Answering
Transformers
PyTorch
Safetensors
French
camembert
Carbon Emissions
Inference Endpoints
bourdoiscatie commited on
Commit
6b79dcc
1 Parent(s): aba60a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -32,7 +32,8 @@ co2_eq_emissions: 100
32
 
33
  We present **QAmemBERT**, which is a [CamemBERT base](https://huggingface.co/camembert-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).
34
  All these datasets were concatenated into a single dataset that we called [frenchQA](https://huggingface.co/datasets/CATIE-AQ/frenchQA).
35
- This represents a total of over **221,348 questions/answers pairs used to finetune this model and 6,376 to test it**.
 
36
 
37
 
38
  ## Datasets
 
32
 
33
  We present **QAmemBERT**, which is a [CamemBERT base](https://huggingface.co/camembert-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).
34
  All these datasets were concatenated into a single dataset that we called [frenchQA](https://huggingface.co/datasets/CATIE-AQ/frenchQA).
35
+ This represents a total of over **221,348 context/question/answer triplets used to finetune this model and 6,376 to test it**.
36
+ Our methodology is described in a blog post available in [English](https://blog.vaniila.ai/en/Question_answering/) or [French](https://blog.vaniila.ai/QA/).
37
 
38
 
39
  ## Datasets