bourdoiscatie commited on
Commit
d647b45
·
1 Parent(s): dba7b00

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -3,7 +3,7 @@ language:
3
  - fr
4
  license: cc-by-nc-sa-4.0
5
  size_categories:
6
- - 10K<n<100K
7
  task_categories:
8
  - text-generation
9
  tags:
@@ -23,7 +23,7 @@ source_datasets:
23
  ## Summary
24
 
25
  **newsquadfr_fr_prompt_question_generation_with_context** 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 context) 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
 
@@ -61,10 +61,10 @@ A list of prompts (see below) was then applied in order to build the input and t
61
 
62
 
63
  # Splits
64
- - `train` with X samples
65
- - `valid` with Y samples
66
  - no `test` split
67
-
68
 
69
  # How to use?
70
  ```
 
3
  - fr
4
  license: cc-by-nc-sa-4.0
5
  size_categories:
6
+ - 100K<n<1M
7
  task_categories:
8
  - text-generation
9
  tags:
 
23
  ## Summary
24
 
25
  **newsquadfr_fr_prompt_question_generation_with_context** is a subset of the [**Dataset of French Prompts (DFP)**](https://huggingface.co/datasets/CATIE-AQ/DFP).
26
+ It contains **101,040** rows that can be used for a question-generation (with context) 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
 
 
61
 
62
 
63
  # Splits
64
+ - `train` with 79,200 samples
65
+ - `valid` with 21,800 samples
66
  - no `test` split
67
+
68
 
69
  # How to use?
70
  ```