bourdoiscatie
commited on
Commit
·
07b62a7
1
Parent(s):
06c23e9
Update README.md
Browse files
README.md
CHANGED
@@ -3,16 +3,28 @@ language:
|
|
3 |
- fr
|
4 |
license: cc-by-sa-4.0
|
5 |
size_categories:
|
6 |
-
-
|
7 |
task_categories:
|
8 |
- text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
|
|
11 |
# orange_sum_fr_prompt_text_generation
|
12 |
## Summary
|
13 |
|
14 |
-
**orange_sum_fr_prompt_text_generation** is a subset of the [**Dataset of French Prompts (DFP)**]().
|
15 |
-
It contains **
|
16 |
The original data (without prompts) comes from the dataset [orange_sum](https://huggingface.co/datasets/orange_sum) by Eddine et al.
|
17 |
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.
|
18 |
|
@@ -61,8 +73,10 @@ targets = orange_sum['train'][i]['summary'][1000:]
|
|
61 |
|
62 |
|
63 |
# Splits
|
64 |
-
- train with
|
65 |
-
-
|
|
|
|
|
66 |
|
67 |
|
68 |
# How to use?
|
|
|
3 |
- fr
|
4 |
license: cc-by-sa-4.0
|
5 |
size_categories:
|
6 |
+
- 100K<n<1M
|
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 |
+
- orange_sum
|
20 |
---
|
21 |
|
22 |
+
|
23 |
# orange_sum_fr_prompt_text_generation
|
24 |
## Summary
|
25 |
|
26 |
+
**orange_sum_fr_prompt_text_generation** is a subset of the [**Dataset of French Prompts (DFP)**](https://huggingface.co/datasets/CATIE-AQ/DFP).
|
27 |
+
It contains **539,400** rows that can be used for a text generation task.
|
28 |
The original data (without prompts) comes from the dataset [orange_sum](https://huggingface.co/datasets/orange_sum) by Eddine et al.
|
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 |
|
|
|
73 |
|
74 |
|
75 |
# Splits
|
76 |
+
- `train` with 472,944 samples
|
77 |
+
- `valid` with 33,096 samples
|
78 |
+
- `test` with 33,360 samples
|
79 |
+
|
80 |
|
81 |
|
82 |
# How to use?
|