Nepali snetiment Analysis
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ This repository contains code for training and evaluating a sentiment analysis m
|
|
8 |
|
9 |
## Dataset
|
10 |
|
11 |
-
The dataset used for training and testing the sentiment analysis model is a balanced dataset in CSV format. The dataset is loaded using the `pandas` library. The training dataset consists of 2084 balanced data, and the test dataset consists of 2001 balanced data.
|
12 |
![Graph](/Users/deepakrana/Desktop/NepaliSentimentAnalysis/dataset.png)
|
13 |
|
14 |
## Model
|
|
|
8 |
|
9 |
## Dataset
|
10 |
|
11 |
+
The dataset used for training and testing the sentiment analysis model is a balanced dataset in CSV format. The dataset is loaded using the `pandas` library. The training dataset consists of 2084 balanced data, and the test dataset consists of 2001 balanced data. Label 0 = Negative, Label 1 = Positive, Label 2 = Neutral
|
12 |
![Graph](/Users/deepakrana/Desktop/NepaliSentimentAnalysis/dataset.png)
|
13 |
|
14 |
## Model
|