bourdoiscatie commited on
Commit
14ff81d
1 Parent(s): b5a046e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -5
README.md CHANGED
@@ -4,17 +4,28 @@ language:
4
  license:
5
  - cc-by-nc-sa-3.0
6
  size_categories:
7
- - 10K<n<100K
8
  task_categories:
9
  - text-generation
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  # fquad_fr_prompt_question_generation_with_answer
13
 
14
  ## Summary
15
 
16
- **fquad_fr_prompt_question_generation_with_answer** is a subset of the [**Dataset of French Prompts (DFP)**]().
17
- It contains **48,069** rows that can be used for a question-generation (with answer) task.
18
  The original data (without prompts) comes from the dataset [FQuAD]( https://huggingface.co/datasets/fquad) by d'Hoffschmidt et al. and was augmented by questions in SQUAD 2.0 format in the [FrenchQA]( https://huggingface.co/datasets/CATIE-AQ/frenchQA) dataset.
19
  As FQuAD's license does not allow data to be shared, we simply share the prompts used, so that users can recreate the dataset themselves in the same format as the [xP3](https://huggingface.co/datasets/bigscience/xP3) dataset by Muennighoff et al.
20
 
@@ -48,8 +59,9 @@ As FQuAD's license does not allow data to be shared, we simply share the prompts
48
  ```
49
 
50
  # Splits
51
- - train with 48,069 samples
52
- - no valid and test splits in the original data
 
53
 
54
 
55
  # How to use?
 
4
  license:
5
  - cc-by-nc-sa-3.0
6
  size_categories:
7
+ - 100k<n<1M
8
  task_categories:
9
  - text-generation
10
+ tags:
11
+ - DFP
12
+ - french prompts
13
+ annotations_creators:
14
+ - found
15
+ language_creators:
16
+ - found
17
+ multilinguality:
18
+ - monolingual
19
+ source_datasets:
20
+ - fquad
21
  ---
22
 
23
  # fquad_fr_prompt_question_generation_with_answer
24
 
25
  ## Summary
26
 
27
+ **fquad_fr_prompt_question_generation_with_answer** is a subset of the [**Dataset of French Prompts (DFP)**](https://huggingface.co/datasets/CATIE-AQ/DFP)).
28
+ It contains **526,218** rows that can be used for a question-generation (with answer) task.
29
  The original data (without prompts) comes from the dataset [FQuAD]( https://huggingface.co/datasets/fquad) by d'Hoffschmidt et al. and was augmented by questions in SQUAD 2.0 format in the [FrenchQA]( https://huggingface.co/datasets/CATIE-AQ/frenchQA) dataset.
30
  As FQuAD's license does not allow data to be shared, we simply share the prompts used, so that users can recreate the dataset themselves in the same format as the [xP3](https://huggingface.co/datasets/bigscience/xP3) dataset by Muennighoff et al.
31
 
 
59
  ```
60
 
61
  # Splits
62
+ - `train` with 456,082 samples
63
+ - `valid` with 70,136 samples
64
+ - no test split
65
 
66
 
67
  # How to use?