dpkrm commited on
Commit
5447d6b
·
1 Parent(s): 1167e0d

Update README.md

Browse files

![training_accuracy.png](https://cdn-uploads.huggingface.co/production/uploads/6472e129ba726cc401c1bbf3/tqO4UCfLPpWREKFsH7cz1.png)

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -9,7 +9,7 @@ This repository contains code for training and evaluating a sentiment analysis m
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
- ![Alt text](/Users/deepakrana/Desktop/NepaliSentimentAnalysis/dataset.png)
13
 
14
  ## Model
15
 
@@ -29,13 +29,13 @@ This section provides insights into the training progress of the sentiment analy
29
  # Loss Value Graph
30
  The graph below displays the training progress by showing the variation in the loss values across different epochs. It helps visualize the convergence of the model during training.
31
 
32
- ![Alt text](/Users/deepakrana/Desktop/NepaliSentimentAnalysis/loss_value.png)
33
  Loss Value Graph
34
 
35
  # Accuracy Value Graph
36
  The following graph illustrates the accuracy values achieved by the model during the training process. It presents a clear picture of how the model's performance improves over time.
37
 
38
- ![Alt text](/Users/deepakrana/Desktop/NepaliSentimentAnalysis/training_accuracy.png)
39
  Accuracy Value Graph
40
 
41
  These graphs provide a visual representation of the training progress and performance of the sentiment analysis model, allowing for better understanding and analysis of the results.
 
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
+ ![dataset.png](https://cdn-uploads.huggingface.co/production/uploads/6472e129ba726cc401c1bbf3/m0JbkXB2lXLU_3Dezziyw.png)
13
 
14
  ## Model
15
 
 
29
  # Loss Value Graph
30
  The graph below displays the training progress by showing the variation in the loss values across different epochs. It helps visualize the convergence of the model during training.
31
 
32
+ ![loss_value.png](https://cdn-uploads.huggingface.co/production/uploads/6472e129ba726cc401c1bbf3/gT3VkJWe006Pg64LP11SJ.png)
33
  Loss Value Graph
34
 
35
  # Accuracy Value Graph
36
  The following graph illustrates the accuracy values achieved by the model during the training process. It presents a clear picture of how the model's performance improves over time.
37
 
38
+ ![training_accuracy.png](https://cdn-uploads.huggingface.co/production/uploads/6472e129ba726cc401c1bbf3/tqO4UCfLPpWREKFsH7cz1.png)
39
  Accuracy Value Graph
40
 
41
  These graphs provide a visual representation of the training progress and performance of the sentiment analysis model, allowing for better understanding and analysis of the results.