bourdoiscatie commited on
Commit
0c19bfb
1 Parent(s): a827b22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -19,11 +19,11 @@ 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.
@@ -129,7 +129,7 @@ targets = fbr['train']['reader_review'][i]
129
  # How to use?
130
  ```
131
  from datasets import load_dataset
132
- dataset = load_dataset("CATIE-AQ/french_book_reviews_fr_prompt_text_generation_from_title_base_sentiment_analysis")
133
  ```
134
 
135
  # Citation
 
19
  - french_book_reviews
20
  ---
21
 
22
+ # french_book_reviews_fr_prompt_binary_text_generation_from_title_of_a_review
23
 
24
  ## Summary
25
 
26
+ **french_book_reviews_fr_prompt_binary_text_generation_from_title_of_a_review** 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.
 
129
  # How to use?
130
  ```
131
  from datasets import load_dataset
132
+ dataset = load_dataset("CATIE-AQ/french_book_reviews_fr_prompt_binary_text_generation_from_title_of_a_review")
133
  ```
134
 
135
  # Citation