hf spaces readme update
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Entity Sentiment Classification
|
| 2 |
|
| 3 |
Classify sentiment (positive, neutral, negative) for named entities in news article text using fine-tuned DistilBERT models.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Entity Sentiment Classification
|
| 3 |
+
emoji: 📊
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
+
pinned: false
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
# Entity Sentiment Classification
|
| 12 |
|
| 13 |
Classify sentiment (positive, neutral, negative) for named entities in news article text using fine-tuned DistilBERT models.
|