Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,4 +9,27 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# π« K1ng Analyzer β Sentiment Intelligence App
|
| 13 |
+
|
| 14 |
+
π A fine-tuned **DistilBERT** model that detects emotions and tone from text in seconds.
|
| 15 |
+
Perfect for analyzing feedback, product reviews, and conversations.
|
| 16 |
+
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
### π§ Model
|
| 20 |
+
- Architecture: DistilBERT
|
| 21 |
+
- Fine-tuned on custom sentiment data
|
| 22 |
+
- Classes: **Positive π / Negative π**
|
| 23 |
+
|
| 24 |
+
---
|
| 25 |
+
|
| 26 |
+
### β‘οΈ Try It Now
|
| 27 |
+
Type any sentence and see the modelβs confidence instantly.
|
| 28 |
+
|
| 29 |
+
---
|
| 30 |
+
|
| 31 |
+
### π Created by [MitchelleK1ng](https://huggingface.co/MitchelleK1ng)
|
| 32 |
+
Empowering AI innovation one model at a time.
|
| 33 |
+
|
| 34 |
+
|
| 35 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|