Commit ·
324eaa7
1
Parent(s): 9b398c4
Add Hugging Face config to README
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Sentiment Analysis System
|
| 2 |
|
| 3 |
A hybrid sentiment analysis system combining **RoBERTa transformer** models with **VADER rule-based** analysis for accurate sentiment classification. Features include standalone evaluation scripts and a Telegram bot interface for real-time sentiment analysis.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Sentiment Analysis
|
| 3 |
+
emoji: 🎭
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
# Sentiment Analysis System
|
| 11 |
|
| 12 |
A hybrid sentiment analysis system combining **RoBERTa transformer** models with **VADER rule-based** analysis for accurate sentiment classification. Features include standalone evaluation scripts and a Telegram bot interface for real-time sentiment analysis.
|