stephaniestv commited on
Commit
176f33b
·
verified ·
1 Parent(s): 7b2f869

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -22,12 +22,12 @@ It was preprocessed to remove reviews without helpful vote and unverified purcha
22
 
23
  ## ✅ Features
24
  - **text**: The main review text written by customers.
25
- - **sentiment**: Positive, Negative, Neutral (classified using VADER sentiment analyzer).
26
  - **verified_purchase**: Boolean flag indicating if purchase was verified.
27
  - **helpful_votes**: Number of helpful votes received.
28
 
29
  ## 📦 Dataset Statistics
30
- - Total reviews: 668K+
31
  - Language: English
32
  - Domain: Amazon Electronics
33
 
 
22
 
23
  ## ✅ Features
24
  - **text**: The main review text written by customers.
25
+ - **review_sentiment**: Positive, Negative, Neutral (classified using Mistral Large Language Model).
26
  - **verified_purchase**: Boolean flag indicating if purchase was verified.
27
  - **helpful_votes**: Number of helpful votes received.
28
 
29
  ## 📦 Dataset Statistics
30
+ - Total reviews: 119K+
31
  - Language: English
32
  - Domain: Amazon Electronics
33