bourdoiscatie commited on
Commit
f075a38
1 Parent(s): d2b3e45

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -14,9 +14,9 @@ tags:
14
  # allocine_fr_prompt_sentiment_analysis
15
  ## Summary
16
 
17
- **allocine_fr_prompt_sentiment_analysis** is a subset of the [**Dataset of French Prompts (DFP)**]().
18
- It contains **X** rows that can be used for a binary sentiment analysis task.
19
- The original data (without prompts) comes from the dataset [allocine](https://huggingface.co/datasets/allocine) by Blard.
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
 
@@ -40,7 +40,7 @@ A list of prompts (see below) was then applied in order to build the input and t
40
  'Ce commentaire sur le produit a-t-il un ton négatif ou positif ? \n Commentaire : "'+review+'"\n Réponse :',
41
  'Cet avis sur le produit a-t-il un ton négatif ou positif ? \n Avis : "'+review+'"\n Réponse :',
42
  'Cette critique sur le produit a-t-il un ton négatif ou positif ? \n Evaluation : "'+review+'"\n Réponse :',
43
- 'Cet évaluation sur le produit a-t-il un ton négatif ou positif ? \n Avis : "'+review+'"\n Réponse :',
44
  """Voici un commentaire laissé par un client sur un produit. Diriez-vous qu'il est négatif ou positif ? \nCommentaire : """+review,
45
  """Voici un avis laissé par un client sur un produit. Diriez-vous qu'il est négatif ou positif ? \nAvis : """+review,
46
  """Voici une critique laissée par un client sur un produit. Diriez-vous qu'elle est négative ou positive ? \nCritique : """+review,
 
14
  # allocine_fr_prompt_sentiment_analysis
15
  ## Summary
16
 
17
+ **allocine_fr_prompt_sentiment_analysis** is a subset of the [**Dataset of French Prompts (DFP)**]().
18
+ It contains **X** rows that can be used for a binary sentiment analysis task.
19
+ The original data (without prompts) comes from the dataset [allocine](https://huggingface.co/datasets/allocine) by Blard.
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
 
 
40
  'Ce commentaire sur le produit a-t-il un ton négatif ou positif ? \n Commentaire : "'+review+'"\n Réponse :',
41
  'Cet avis sur le produit a-t-il un ton négatif ou positif ? \n Avis : "'+review+'"\n Réponse :',
42
  'Cette critique sur le produit a-t-il un ton négatif ou positif ? \n Evaluation : "'+review+'"\n Réponse :',
43
+ 'Cette évaluation sur le produit a-t-il un ton négatif ou positif ? \n Avis : "'+review+'"\n Réponse :',
44
  """Voici un commentaire laissé par un client sur un produit. Diriez-vous qu'il est négatif ou positif ? \nCommentaire : """+review,
45
  """Voici un avis laissé par un client sur un produit. Diriez-vous qu'il est négatif ou positif ? \nAvis : """+review,
46
  """Voici une critique laissée par un client sur un produit. Diriez-vous qu'elle est négative ou positive ? \nCritique : """+review,