Update README.md
Browse files
README.md
CHANGED
|
@@ -9,12 +9,19 @@ pipeline_tag: text-classification
|
|
| 9 |
tags:
|
| 10 |
- code
|
| 11 |
---
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
##
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
|
| 20 |
# Download the Vectorizer model first and load the model :
|
|
|
|
| 9 |
tags:
|
| 10 |
- code
|
| 11 |
---
|
| 12 |
+
# Sentiment Analysis Model
|
| 13 |
+
|
| 14 |
+
## Overview
|
| 15 |
+
This repository contains a sentiment analysis model trained using scikit-learn for predicting sentiment from text inputs. The model leverages TF-IDF vectorization for text representation and a machine learning classifier for sentiment classification.
|
| 16 |
+
|
| 17 |
+
## Model Details
|
| 18 |
+
- **Model Name:** Sentiment Analysis Model
|
| 19 |
+
- **Framework:** scikit-learn
|
| 20 |
+
- **Model Type:** TF-IDF Vectorization + Machine Learning Classifier
|
| 21 |
+
- **Architecture:** Linear SVM Classifier
|
| 22 |
+
- **Input:** Text
|
| 23 |
+
- **Output:** Sentiment Label (Positive/Negative)
|
| 24 |
+
- **Performance:** Achieves 93% accuracy on test dataset
|
| 25 |
|
| 26 |
|
| 27 |
# Download the Vectorizer model first and load the model :
|