Commit
·
c26dd70
1
Parent(s):
aa0d606
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,14 +6,24 @@ size_categories:
|
|
| 6 |
- 10K<n<100K
|
| 7 |
task_categories:
|
| 8 |
- text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# piaf_fr_prompt_context_generation_with_answer_and_question
|
| 12 |
## Summary
|
| 13 |
|
| 14 |
-
**piaf_fr_prompt_context_generation_with_answer_and_question** is a subset of the [**Dataset of French Prompts (DFP)**]().
|
| 15 |
-
It contains **
|
| 16 |
-
task.
|
| 17 |
The original data (without prompts) comes from the dataset [PIAF](https://huggingface.co/datasets/etalab-ia/piaf) 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 |
|
|
@@ -48,8 +58,9 @@ A list of prompts (see below) was then applied in order to build the input and t
|
|
| 48 |
|
| 49 |
|
| 50 |
# Splits
|
| 51 |
-
- train with
|
| 52 |
-
- no valid
|
|
|
|
| 53 |
|
| 54 |
|
| 55 |
# 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 |
+
- piaf
|
| 20 |
---
|
| 21 |
|
| 22 |
# piaf_fr_prompt_context_generation_with_answer_and_question
|
| 23 |
## Summary
|
| 24 |
|
| 25 |
+
**piaf_fr_prompt_context_generation_with_answer_and_question** is a subset of the [**Dataset of French Prompts (DFP)**](https://huggingface.co/datasets/CATIE-AQ/DFP).
|
| 26 |
+
It contains **442,752** rows that can be used for a context-generation (with answer and question) task.
|
|
|
|
| 27 |
The original data (without prompts) comes from the dataset [PIAF](https://huggingface.co/datasets/etalab-ia/piaf) 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 |
|
|
|
|
| 58 |
|
| 59 |
|
| 60 |
# Splits
|
| 61 |
+
- `train` with 442,752 samples
|
| 62 |
+
- no `valid` split
|
| 63 |
+
- no `test` split
|
| 64 |
|
| 65 |
|
| 66 |
# How to use?
|