bourdoiscatie commited on
Commit
c84ac80
1 Parent(s): e8803da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -7
README.md CHANGED
@@ -4,19 +4,29 @@ language:
4
  license:
5
  - other
6
  size_categories:
7
- - 10K<n<100K
8
  task_categories:
9
  - text-classification
10
  tags:
11
  - paraphrase-detection
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  # paws-x_fr_prompt_paraphrase_detection
15
  ## Summary
16
 
17
- **paws-x_fr_prompt_paraphrase_detection** is a subset of the [**Dataset of French Prompts (DFP)**]().
18
- It contains **X** rows that can be used for a paraphrase detection task.
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
 
@@ -60,9 +70,9 @@ targets = str(paws_x['train'][i]['label']).replace('0','Non').replace('1','Oui')
60
 
61
 
62
  # Splits
63
- - train with X samples
64
- - dev with Y samples
65
- - test with Z samples
66
 
67
 
68
  # How to use?
 
4
  license:
5
  - other
6
  size_categories:
7
+ - 1M<n<10M
8
  task_categories:
9
  - text-classification
10
  tags:
11
  - paraphrase-detection
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_detection
25
  ## Summary
26
 
27
+ **paws-x_fr_prompt_paraphrase_detection** is a subset of the [**Dataset of French Prompts (DFP)**](https://huggingface.co/datasets/CATIE-AQ/DFP).
28
+ It contains **1,174,822** rows that can be used for a paraphrase detection 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
 
 
70
 
71
 
72
  # Splits
73
+ - `train` with 1,086,822 samples
74
+ - `valid` with 44,000 samples
75
+ - `test` with 44,000 samples
76
 
77
 
78
  # How to use?