Update README.md
Browse files
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 |
-
- **
|
| 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:
|
| 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 |
|