bourdoiscatie commited on
Commit
95a17b6
·
1 Parent(s): 4555fd6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ co2_eq_emissions: 200
32
  We present **QAmemBERT**, which is a [CamemBERT large](https://huggingface.co/camembert/camembert-large) 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).
33
  All these datasets were concatenated into a single dataset that we called [frenchQA](https://huggingface.co/datasets/CATIE-AQ/frenchQA).
34
  This represents a total of over **221,348 context/question/answer triplets used to finetune this model and 6,376 to test it**.
35
- 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/).
36
 
37
  ## Datasets
38
 
 
32
  We present **QAmemBERT**, which is a [CamemBERT large](https://huggingface.co/camembert/camembert-large) 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).
33
  All these datasets were concatenated into a single dataset that we called [frenchQA](https://huggingface.co/datasets/CATIE-AQ/frenchQA).
34
  This represents a total of over **221,348 context/question/answer triplets used to finetune this model and 6,376 to test it**.
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
  ## Datasets
38