bourdoiscatie
commited on
Commit
•
6908e83
1
Parent(s):
07b62a7
Update README.md
Browse files
README.md
CHANGED
@@ -20,10 +20,10 @@ source_datasets:
|
|
20 |
---
|
21 |
|
22 |
|
23 |
-
#
|
24 |
## Summary
|
25 |
|
26 |
-
**
|
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.
|
@@ -82,7 +82,7 @@ targets = orange_sum['train'][i]['summary'][1000:]
|
|
82 |
# How to use?
|
83 |
```
|
84 |
from datasets import load_dataset
|
85 |
-
dataset = load_dataset("CATIE-AQ/
|
86 |
```
|
87 |
|
88 |
# Citation
|
|
|
20 |
---
|
21 |
|
22 |
|
23 |
+
# orange_sum_fr_prompt_text_generation_from_an_article
|
24 |
## Summary
|
25 |
|
26 |
+
**orange_sum_fr_prompt_text_generation_from_an_article** 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.
|
|
|
82 |
# How to use?
|
83 |
```
|
84 |
from datasets import load_dataset
|
85 |
+
dataset = load_dataset("CATIE-AQ/orange_sum_fr_prompt_text_generation_from_an_article")
|
86 |
```
|
87 |
|
88 |
# Citation
|