first commit
Browse files
README.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# **roberta-base model is fine tuned on Kaggle two datasets namely "Sentiment Analysis Dataset" & Pre-processed Twitter tweets.**
|
2 |
+
|
3 |
+
## Respective labels and thier sentiment
|
4 |
+
|
5 |
+
- 0: 'NEUTRAL',
|
6 |
+
- 1: 'POSITIVE',
|
7 |
+
- 2: 'NEGATIVE'
|