bourdoiscatie
commited on
Commit
·
3f2f955
1
Parent(s):
17528dc
Update README.md
Browse files
README.md
CHANGED
@@ -4,19 +4,29 @@ language:
|
|
4 |
license:
|
5 |
- other
|
6 |
size_categories:
|
7 |
-
-
|
8 |
task_categories:
|
9 |
- text-generation
|
10 |
tags:
|
11 |
- paraphrase-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# paws-x_fr_prompt_paraphrase_generation
|
15 |
## Summary
|
16 |
|
17 |
-
**paws-x_fr_prompt_paraphrase_generation** is a subset of the [**Dataset of French Prompts (DFP)**]().
|
18 |
-
It contains **
|
19 |
-
The original data (without prompts) comes from the dataset [paws-x](https://huggingface.co/datasets/paws-x) by Yang 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 |
|
@@ -62,9 +72,9 @@ targets = paws_x['train'][i]['sentence2']
|
|
62 |
|
63 |
|
64 |
# Splits
|
65 |
-
- train with
|
66 |
-
-
|
67 |
-
- test with
|
68 |
|
69 |
|
70 |
# How to use?
|
|
|
4 |
license:
|
5 |
- other
|
6 |
size_categories:
|
7 |
+
- 100K<n<1M
|
8 |
task_categories:
|
9 |
- text-generation
|
10 |
tags:
|
11 |
- paraphrase-generation
|
12 |
+
- DFP
|
13 |
+
- french prompts
|
14 |
+
annotations_creators:
|
15 |
+
- found
|
16 |
+
language_creators:
|
17 |
+
- found
|
18 |
+
multilinguality:
|
19 |
+
- monolingual
|
20 |
+
source_datasets:
|
21 |
+
- paws-x
|
22 |
---
|
23 |
|
24 |
# paws-x_fr_prompt_paraphrase_generation
|
25 |
## Summary
|
26 |
|
27 |
+
**paws-x_fr_prompt_paraphrase_generation** is a subset of the [**Dataset of French Prompts (DFP)**](https://huggingface.co/datasets/CATIE-AQ/DFP).
|
28 |
+
It contains **566,208** rows that can be used for a paraphrase generation task.
|
29 |
+
The original data (without prompts) comes from the dataset [paws-x](https://huggingface.co/datasets/paws-x) by Yang 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 |
|
|
|
72 |
|
73 |
|
74 |
# Splits
|
75 |
+
- `train` with 523,896 samples
|
76 |
+
- `valid` with 21,672 samples
|
77 |
+
- `test` with 20,640 samples
|
78 |
|
79 |
|
80 |
# How to use?
|