bourdoiscatie
commited on
Commit
•
b594de2
1
Parent(s):
bcd3919
Update README.md
Browse files
README.md
CHANGED
@@ -19,10 +19,10 @@ source_datasets:
|
|
19 |
- orange_sum
|
20 |
---
|
21 |
|
22 |
-
#
|
23 |
## Summary
|
24 |
|
25 |
-
**
|
26 |
It contains **683,228** rows that can be used for a summary task.
|
27 |
The original data (without prompts) comes from the dataset [orange_sum](https://huggingface.co/datasets/orange_sum) by Eddine et al.
|
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.
|
@@ -83,7 +83,7 @@ targets = orange_sum['train'][i]['summary']
|
|
83 |
# How to use?
|
84 |
```
|
85 |
from datasets import load_dataset
|
86 |
-
dataset = load_dataset("CATIE-AQ/
|
87 |
```
|
88 |
|
89 |
# Citation
|
|
|
19 |
- orange_sum
|
20 |
---
|
21 |
|
22 |
+
# orange_sum_fr_prompt_summarization
|
23 |
## Summary
|
24 |
|
25 |
+
**orange_sum_fr_prompt_summarization** is a subset of the [**Dataset of French Prompts (DFP)**](https://huggingface.co/datasets/CATIE-AQ/DFP).
|
26 |
It contains **683,228** rows that can be used for a summary task.
|
27 |
The original data (without prompts) comes from the dataset [orange_sum](https://huggingface.co/datasets/orange_sum) by Eddine et al.
|
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.
|
|
|
83 |
# How to use?
|
84 |
```
|
85 |
from datasets import load_dataset
|
86 |
+
dataset = load_dataset("CATIE-AQ/orange_sum_fr_prompt_summarization")
|
87 |
```
|
88 |
|
89 |
# Citation
|