bourdoiscatie commited on
Commit
60b4930
1 Parent(s): 1e36542

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -4
README.md CHANGED
@@ -6,14 +6,25 @@ size_categories:
6
  - 10K<n<100K
7
  task_categories:
8
  - text-generation
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  # squad_v2_french_translated_fr_prompt_question_generation_with_context
12
 
13
  ## Summary
14
 
15
- **squad_v2_french_translated_fr_prompt_question_generation_with_context** is a subset of the [**Dataset of French Prompts (DFP)**]().
16
- It contains **48,069** rows that can be used for a question-generation (with context) task.
17
  The original data (without prompts) comes from the dataset [pragnakalp/squad_v2_french_translated](https://huggingface.co/datasets/pragnakalp/squad_v2_french_translated) and was augmented by questions in SQUAD 2.0 format in the [FrenchQA]( https://huggingface.co/datasets/CATIE-AQ/frenchQA) dataset.
18
  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.
19
 
@@ -50,8 +61,9 @@ A list of prompts (see below) was then applied in order to build the input and t
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?
 
6
  - 10K<n<100K
7
  task_categories:
8
  - text-generation
9
+ tags:
10
+ - DFP
11
+ - french prompts
12
+ annotations_creators:
13
+ - found
14
+ language_creators:
15
+ - found
16
+ multilinguality:
17
+ - monolingual
18
+ source_datasets:
19
+ - squad_v2_french_translated
20
  ---
21
 
22
  # squad_v2_french_translated_fr_prompt_question_generation_with_context
23
 
24
  ## Summary
25
 
26
+ **squad_v2_french_translated_fr_prompt_question_generation_with_context** is a subset of the [**Dataset of French Prompts (DFP)**](https://huggingface.co/datasets/CATIE-AQ/DFP).
27
+ It contains **79,200** rows that can be used for a question-generation (with context) task.
28
  The original data (without prompts) comes from the dataset [pragnakalp/squad_v2_french_translated](https://huggingface.co/datasets/pragnakalp/squad_v2_french_translated) and was augmented by questions in SQUAD 2.0 format in the [FrenchQA]( https://huggingface.co/datasets/CATIE-AQ/frenchQA) dataset.
29
  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.
30
 
 
61
  ```
62
 
63
  # Splits
64
+ - `train` with 79,200 samples
65
+ - no `valid` split
66
+ - no `test` split
67
 
68
 
69
  # How to use?