bourdoiscatie commited on
Commit
bcd3919
1 Parent(s): 9f9e8b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -5
README.md CHANGED
@@ -3,16 +3,27 @@ language:
3
  - fr
4
  license: cc-by-sa-4.0
5
  size_categories:
6
- - 10K<n<100K
7
  task_categories:
8
  - summarization
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  # orange_sum_fr_prompt_summary
12
  ## Summary
13
 
14
- **orange_sum_fr_prompt_summary** is a subset of the [**Dataset of French Prompts (DFP)**]().
15
- It contains **48,069** rows that can be used for a summary task.
16
  The original data (without prompts) comes from the dataset [orange_sum](https://huggingface.co/datasets/orange_sum) by Eddine et al.
17
  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.
18
 
@@ -63,8 +74,10 @@ targets = orange_sum['train'][i]['summary']
63
 
64
 
65
  # Splits
66
- - train with 48,069 samples
67
- - no valid and test splits in the original data
 
 
68
 
69
 
70
  # How to use?
 
3
  - fr
4
  license: cc-by-sa-4.0
5
  size_categories:
6
+ - 100K<n<1M
7
  task_categories:
8
  - summarization
9
+ tags:
10
+ - DFP
11
+ - french prompts
12
+ annotations_creators:
13
+ - found
14
+ language_creators:
15
+ - found
16
+ multilinguality:
17
+ - monolingual
18
+ source_datasets:
19
+ - orange_sum
20
  ---
21
 
22
  # orange_sum_fr_prompt_summary
23
  ## Summary
24
 
25
+ **orange_sum_fr_prompt_summary** 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.
29
 
 
74
 
75
 
76
  # Splits
77
+ - `train` with 599,228 samples
78
+ - `valid` with 42,000 samples
79
+ - `test` with 42,000 samples
80
+
81
 
82
 
83
  # How to use?