bourdoiscatie commited on
Commit
0f07fa5
1 Parent(s): 0f82efb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -6
README.md CHANGED
@@ -6,15 +6,26 @@ size_categories:
6
  - 10K<n<100K
7
  task_categories:
8
  - text-generation
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  # french_book_reviews_fr_prompt_text_generation_from_title_base_sentiment_analysis
12
 
13
  ## Summary
14
 
15
- **french_book_reviews_fr_prompt_text_generation_from_title_base_sentiment_analysis** is a subset of the [**Dataset of French Prompts (DFP)**]().
16
- It contains **48,069** rows that can be used for a text generation task.
17
- The original data (without prompts) comes from the dataset [french_book_reviews](https://huggingface.co/datasets/Abirate/french_book_reviews).
18
  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.
19
 
20
 
@@ -110,8 +121,9 @@ targets = fbr['train']['reader_review'][i]
110
 
111
 
112
  # Splits
113
- - train with 48,069 samples
114
- - no valid and test splits in the original data
 
115
 
116
 
117
  # How to use?
@@ -129,4 +141,4 @@ dataset = load_dataset("CATIE-AQ/french_book_reviews_fr_prompt_text_generation_f
129
 
130
 
131
  ## License
132
- CC0: Public Domain
 
6
  - 10K<n<100K
7
  task_categories:
8
  - text-generation
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
+ - french_book_reviews
20
  ---
21
 
22
  # french_book_reviews_fr_prompt_text_generation_from_title_base_sentiment_analysis
23
 
24
  ## Summary
25
 
26
+ **french_book_reviews_fr_prompt_text_generation_from_title_base_sentiment_analysis** is a subset of the [**Dataset of French Prompts (DFP)**](https://huggingface.co/datasets/CATIE-AQ/DFP).
27
+ It contains **347,688** rows that can be used for a text generation task.
28
+ The original data (without prompts) comes from the dataset [french_book_reviews](https://huggingface.co/datasets/Abirate/french_book_reviews).
29
  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.
30
 
31
 
 
121
 
122
 
123
  # Splits
124
+ - `train` with 347,688 samples
125
+ - no `valid` split
126
+ - no `test` split
127
 
128
 
129
  # How to use?
 
141
 
142
 
143
  ## License
144
+ CC0: Public Domain