Datasets:
Commit
·
66d9aba
1
Parent(s):
8953429
Update README.md
Browse files
README.md
CHANGED
@@ -9,14 +9,24 @@ task_categories:
|
|
9 |
- summarization
|
10 |
tags:
|
11 |
- textual-fusion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# bisect_fr_prompt_textual_fusion
|
15 |
## Summary
|
16 |
|
17 |
-
**bisect_fr_prompt_textual_fusion** is a subset of the [**Dataset of French Prompts (DFP)**]().
|
18 |
-
It contains **
|
19 |
-
The original data (without prompts) comes from the dataset [BiSECT](https://huggingface.co/datasets/GEM/BiSECT) by Kim et al. where only the French part has been kept.
|
20 |
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.
|
21 |
|
22 |
|
@@ -58,9 +68,9 @@ targets = bisect['train'][i]['source'].replace(' . ','. ').replace(' .','. ').re
|
|
58 |
|
59 |
|
60 |
# Splits
|
61 |
-
- train with
|
62 |
-
-
|
63 |
-
- test with
|
64 |
|
65 |
|
66 |
# How to use?
|
@@ -83,3 +93,5 @@ dataset = load_dataset("CATIE-AQ/bisect_fr_prompt_textual_fusion")
|
|
83 |
## This Dataset
|
84 |
|
85 |
|
|
|
|
|
|
9 |
- summarization
|
10 |
tags:
|
11 |
- textual-fusion
|
12 |
+
- DFP
|
13 |
+
- french prompts
|
14 |
+
annotations_creators:
|
15 |
+
- found
|
16 |
+
language_creators:
|
17 |
+
- found
|
18 |
+
multilinguality:
|
19 |
+
- monolingual
|
20 |
+
source_datasets:
|
21 |
+
- bisect
|
22 |
---
|
23 |
|
24 |
# bisect_fr_prompt_textual_fusion
|
25 |
## Summary
|
26 |
|
27 |
+
**bisect_fr_prompt_textual_fusion** is a subset of the [**Dataset of French Prompts (DFP)**](https://huggingface.co/datasets/CATIE-AQ/DFP).
|
28 |
+
It contains **10,383,891** rows that can be used for a textual fusion task.
|
29 |
+
The original data (without prompts) comes from the dataset [BiSECT](https://huggingface.co/datasets/GEM/BiSECT) by Kim et al. where only the French part has been kept.
|
30 |
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.
|
31 |
|
32 |
|
|
|
68 |
|
69 |
|
70 |
# Splits
|
71 |
+
- `train` with 10,311,735 samples
|
72 |
+
- `valid` with 50,400 samples
|
73 |
+
- `test` with 21,756 samples
|
74 |
|
75 |
|
76 |
# How to use?
|
|
|
93 |
## This Dataset
|
94 |
|
95 |
|
96 |
+
## License
|
97 |
+
cc-by-nc-4.0
|