bourdoiscatie
commited on
Commit
•
63fe4d3
1
Parent(s):
fa9dbb5
Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ language:
|
|
3 |
- fr
|
4 |
license: apache-2.0
|
5 |
size_categories:
|
6 |
-
-
|
7 |
task_categories:
|
8 |
- text-generation
|
9 |
tags:
|
@@ -24,7 +24,7 @@ source_datasets:
|
|
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 **
|
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,7 +61,7 @@ A list of prompts (see below) was then applied in order to build the input and t
|
|
61 |
```
|
62 |
|
63 |
# Splits
|
64 |
-
- `train` with
|
65 |
- no `valid` split
|
66 |
- no `test` split
|
67 |
|
|
|
3 |
- fr
|
4 |
license: apache-2.0
|
5 |
size_categories:
|
6 |
+
- 1M<n<10M
|
7 |
task_categories:
|
8 |
- text-generation
|
9 |
tags:
|
|
|
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 **3,795,312** 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 3,795,312 samples
|
65 |
- no `valid` split
|
66 |
- no `test` split
|
67 |
|