bourdoiscatie commited on
Commit
618b023
1 Parent(s): 43f4da5

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_context
13
 
14
  ## Summary
15
 
16
- **fquad_fr_prompt_question_generation_with_context** 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 context) 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
 
@@ -50,8 +61,9 @@ As FQuAD's license does not allow data to be shared, we simply share the prompts
50
  ```
51
 
52
  # Splits
53
- - train with 48,069 samples
54
- - no valid and test splits in the original data
 
55
 
56
 
57
  # 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_context
24
 
25
  ## Summary
26
 
27
+ **fquad_fr_prompt_question_generation_with_context** is a subset of the [**Dataset of French Prompts (DFP)**](https://huggingface.co/datasets/CATIE-AQ/DFP)).
28
+ It contains **574,056** rows that can be used for a question-generation (with context) 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
 
 
61
  ```
62
 
63
  # Splits
64
+ - `train` with 497,544 samples
65
+ - `valid` with 76,512 samples
66
+ - no test split
67
 
68
 
69
  # How to use?