Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,7 @@ colorTo: pink
|
|
| 6 |
sdk: streamlit
|
| 7 |
app_file: app.py
|
| 8 |
pinned: false
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
@@ -13,4 +14,4 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
|
|
| 13 |
|
| 14 |
This app analyzes restaurant reviews and classifies them as Positive ✅, Neutral ⚖️, or Negative ❌ using a fine-tuned DistilBERT model trained on the Yelp dataset.
|
| 15 |
|
| 16 |
-
Enter your own review in the box and hit "Analyze" to try it live!
|
|
|
|
| 6 |
sdk: streamlit
|
| 7 |
app_file: app.py
|
| 8 |
pinned: false
|
| 9 |
+
sdk_version: 1.46.1
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 14 |
|
| 15 |
This app analyzes restaurant reviews and classifies them as Positive ✅, Neutral ⚖️, or Negative ❌ using a fine-tuned DistilBERT model trained on the Yelp dataset.
|
| 16 |
|
| 17 |
+
Enter your own review in the box and hit "Analyze" to try it live!
|