bourdoiscatie commited on
Commit
0023ae1
·
1 Parent(s): 8313930

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -23,7 +23,7 @@ source_datasets:
23
  ## Summary
24
 
25
  **newsquadfr_fr_prompt_question_generation_with_answer** is a subset of the [**Dataset of French Prompts (DFP)**](https://huggingface.co/datasets/CATIE-AQ/DFP).
26
- It contains **X** rows that can be used for a question-generation (with answer) task.
27
  The original data (without prompts) comes from the dataset [newsquadfr](https://huggingface.co/datasets/lincoln/newsquadfr) and was augmented by questions in SQUAD 2.0 format in the [FrenchQA]( https://huggingface.co/datasets/CATIE-AQ/frenchQA) dataset.
28
  A list of prompts (see below) was then applied in order to build the input and target columns and thus obtain the same format as the [xP3](https://huggingface.co/datasets/bigscience/xP3) dataset by Muennighoff et al.
29
 
@@ -59,8 +59,8 @@ A list of prompts (see below) was then applied in order to build the input and t
59
 
60
 
61
  # Splits
62
- - `train` with X samples
63
- - `valid` with Y samples
64
  - no `test` split
65
 
66
 
 
23
  ## Summary
24
 
25
  **newsquadfr_fr_prompt_question_generation_with_answer** is a subset of the [**Dataset of French Prompts (DFP)**](https://huggingface.co/datasets/CATIE-AQ/DFP).
26
+ It contains **92,620** rows that can be used for a question-generation (with answer) task.
27
  The original data (without prompts) comes from the dataset [newsquadfr](https://huggingface.co/datasets/lincoln/newsquadfr) and was augmented by questions in SQUAD 2.0 format in the [FrenchQA]( https://huggingface.co/datasets/CATIE-AQ/frenchQA) dataset.
28
  A list of prompts (see below) was then applied in order to build the input and target columns and thus obtain the same format as the [xP3](https://huggingface.co/datasets/bigscience/xP3) dataset by Muennighoff et al.
29
 
 
59
 
60
 
61
  # Splits
62
+ - `train` with 72,600 samples
63
+ - `valid` with 20,000 samples
64
  - no `test` split
65
 
66