bourdoiscatie
commited on
Commit
•
108ebd6
1
Parent(s):
65e2ade
Update README.md
Browse files
README.md
CHANGED
@@ -4,19 +4,30 @@ language:
|
|
4 |
license:
|
5 |
- other
|
6 |
size_categories:
|
7 |
-
-
|
8 |
task_categories:
|
9 |
- text-classification
|
10 |
tags:
|
11 |
- stars-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
-
|
|
|
15 |
## Summary
|
16 |
|
17 |
-
**
|
18 |
-
It contains **
|
19 |
-
The original data (without prompts) comes from the dataset [amazon_reviews_multi](https://huggingface.co/datasets/amazon_reviews_multi) by Keung 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 |
|
@@ -65,11 +76,10 @@ targets = arm['train']['stars'][i]
|
|
65 |
```
|
66 |
|
67 |
|
68 |
-
|
69 |
# Splits
|
70 |
-
- train with
|
71 |
-
-
|
72 |
-
- test with
|
73 |
|
74 |
|
75 |
# How to use?
|
|
|
4 |
license:
|
5 |
- other
|
6 |
size_categories:
|
7 |
+
- 1M<n<10M
|
8 |
task_categories:
|
9 |
- text-classification
|
10 |
tags:
|
11 |
- stars-classification
|
12 |
+
- DFP
|
13 |
+
- french prompts
|
14 |
+
annotations_creators:
|
15 |
+
- found
|
16 |
+
language_creators:
|
17 |
+
- found
|
18 |
+
multilinguality:
|
19 |
+
- monolingual
|
20 |
+
source_datasets:
|
21 |
+
- amazon_reviews_multi
|
22 |
---
|
23 |
|
24 |
+
|
25 |
+
# amazon_reviews_multi_fr_prompt_stars_classification
|
26 |
## Summary
|
27 |
|
28 |
+
**amazon_reviews_multi_fr_prompt_stars_classification** is a subset of the [**Dataset of French Prompts (DFP)**](https://huggingface.co/datasets/CATIE-AQ/DFP).
|
29 |
+
It contains **4,620,000** rows that can be used for a stars-classification sentiment analysis task.
|
30 |
+
The original data (without prompts) comes from the dataset [amazon_reviews_multi](https://huggingface.co/datasets/amazon_reviews_multi) by Keung et al. where only the French part has been kept.
|
31 |
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.
|
32 |
|
33 |
|
|
|
76 |
```
|
77 |
|
78 |
|
|
|
79 |
# Splits
|
80 |
+
- `train` with 4,400,000 samples
|
81 |
+
- `valid` with 110,000 samples
|
82 |
+
- `test` with 110,000 samples
|
83 |
|
84 |
|
85 |
# How to use?
|