Update README.md
Browse files
README.md
CHANGED
@@ -67,8 +67,7 @@ print(f"Sentiment: {label}")
|
|
67 |
## Training Details
|
68 |
|
69 |
### Training Data
|
70 |
-
The model was trained on a dataset of Indonesian
|
71 |
-
|
72 |
### Training Procedure
|
73 |
|
74 |
#### Training Hyperparameters
|
|
|
67 |
## Training Details
|
68 |
|
69 |
### Training Data
|
70 |
+
The model was trained on a dataset of Indonesian text reviews from Play Store applications. The dataset was labeled for binary sentiment analysis (Positive and Negative). It contains an equal distribution of positive and negative examples to ensure balanced learning.
|
|
|
71 |
### Training Procedure
|
72 |
|
73 |
#### Training Hyperparameters
|